diff options
Diffstat (limited to 'Makefile.flags')
-rw-r--r-- | Makefile.flags | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.flags b/Makefile.flags index 487300d..e4cdc45 100644 --- a/Makefile.flags +++ b/Makefile.flags @@ -56,15 +56,15 @@ LDFLAGS += -static endif ifeq ($(CONFIG_SELINUX),y) -LDFLAGS += -lselinux -lsepol +LDLIBS += -lselinux -lsepol endif ifeq ($(CONFIG_EFENCE),y) -LDFLAGS += -lefence +LDLIBS += -lefence endif ifeq ($(CONFIG_DMALLOC),y) -LDFLAGS += -ldmalloc +LDLIBS += -ldmalloc endif #LDFLAGS += -nostdlib |