summaryrefslogtreecommitdiff
path: root/Makefile.flags
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.flags')
-rw-r--r--Makefile.flags3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.flags b/Makefile.flags
index 764ce16e8..529491557 100644
--- a/Makefile.flags
+++ b/Makefile.flags
@@ -3,6 +3,7 @@
3# ========================================================================== 3# ==========================================================================
4 4
5BB_VER = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION) 5BB_VER = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
6export BB_VER
6SKIP_STRIP = n 7SKIP_STRIP = n
7 8
8# -std=gnu99 needed for [U]LLONG_MAX on some systems 9# -std=gnu99 needed for [U]LLONG_MAX on some systems
@@ -59,7 +60,7 @@ ifeq ($(CONFIG_STATIC),y)
59LDFLAGS += -static 60LDFLAGS += -static
60endif 61endif
61 62
62LDLIBS = m crypt 63LDLIBS += m crypt
63 64
64ifeq ($(CONFIG_PAM),y) 65ifeq ($(CONFIG_PAM),y)
65LDLIBS += pam pam_misc 66LDLIBS += pam pam_misc