summaryrefslogtreecommitdiff
path: root/Makefile.flags
diff options
context:
space:
mode:
authorMike Frysinger2007-03-31 03:32:05 +0000
committerMike Frysinger2007-03-31 03:32:05 +0000
commit05732281e46dbb814575f6fcefcfe09a17c2320d (patch)
treeb944a6e6b0d7ef228b6c27558fba18351f93e435 /Makefile.flags
parent4b38e297641c08addea11f82ecf9155ceb58979a (diff)
downloadbusybox-05732281e46dbb814575f6fcefcfe09a17c2320d.zip
busybox-05732281e46dbb814575f6fcefcfe09a17c2320d.tar.gz
also fix static selinux linking on branch
Diffstat (limited to 'Makefile.flags')
-rw-r--r--Makefile.flags4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.flags b/Makefile.flags
index b7711f6..3c2cbbb 100644
--- a/Makefile.flags
+++ b/Makefile.flags
@@ -52,10 +52,10 @@ CFLAGS += $(call cc-option,-g)
endif
ifeq ($(CONFIG_STATIC),y)
-LDFLAGS += -static
+LDLIBS += -static
endif
ifeq ($(CONFIG_SELINUX),y)
-LDFLAGS += -lselinux -lsepol
+LDLIBS += -lselinux -lsepol
endif
#LDFLAGS += -nostdlib