diff options
Diffstat (limited to 'Makefile.flags')
-rw-r--r-- | Makefile.flags | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Makefile.flags b/Makefile.flags index d8817be..c64a5c8 100644 --- a/Makefile.flags +++ b/Makefile.flags @@ -60,18 +60,20 @@ LDFLAGS += -static endif BBOX_LIB_LIST = m crypt + +ifeq ($(CONFIG_PAM),y) +BBOX_LIB_LIST += pam pam_misc +endif + ifeq ($(CONFIG_SELINUX),y) -#LDLIBS += -lselinux -lsepol BBOX_LIB_LIST += selinux sepol endif ifeq ($(CONFIG_EFENCE),y) -#LDLIBS += -lefence BBOX_LIB_LIST += efence endif ifeq ($(CONFIG_DMALLOC),y) -#LDLIBS += -ldmalloc BBOX_LIB_LIST += dmalloc endif |