aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d43360d32..80d560861 100644
--- a/Makefile
+++ b/Makefile
@@ -280,8 +280,8 @@ $(LIBBUSYBOX_SONAME):
280ifndef MAJOR_VERSION 280ifndef MAJOR_VERSION
281 $(error MAJOR_VERSION needed for $@ is not defined) 281 $(error MAJOR_VERSION needed for $@ is not defined)
282endif 282endif
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 $(@) \