diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -280,8 +280,8 @@ $(LIBBUSYBOX_SONAME): | |||
280 | ifndef MAJOR_VERSION | 280 | ifndef MAJOR_VERSION |
281 | $(error MAJOR_VERSION needed for $@ is not defined) | 281 | $(error MAJOR_VERSION needed for $@ is not defined) |
282 | endif | 282 | endif |
283 | $(CC) $(CFLAGS) $(EXTRA_CFLAGS) $(LDFLAGS) -shared \ | 283 | $(CC) $(CFLAGS) $(LIB_CFLAGS) $(EXTRA_CFLAGS) $(LDFLAGS) \ |
284 | $(CFLAGS_PIC) \ | 284 | $(LIB_LDFLAGS) \ |
285 | -Wl,-soname=$(LD_LIBBUSYBOX).$(MAJOR_VERSION) \ | 285 | -Wl,-soname=$(LD_LIBBUSYBOX).$(MAJOR_VERSION) \ |
286 | -Wl,-z,combreloc $(LIB_LDFLAGS) \ | 286 | -Wl,-z,combreloc $(LIB_LDFLAGS) \ |
287 | -o $(@) \ | 287 | -o $(@) \ |