diff options
Diffstat (limited to 'Makefile.flags')
-rw-r--r-- | Makefile.flags | 3 |
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 | ||
5 | BB_VER = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION) | 5 | BB_VER = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION) |
6 | export BB_VER | ||
6 | SKIP_STRIP = n | 7 | SKIP_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) | |||
59 | LDFLAGS += -static | 60 | LDFLAGS += -static |
60 | endif | 61 | endif |
61 | 62 | ||
62 | LDLIBS = m crypt | 63 | LDLIBS += m crypt |
63 | 64 | ||
64 | ifeq ($(CONFIG_PAM),y) | 65 | ifeq ($(CONFIG_PAM),y) |
65 | LDLIBS += pam pam_misc | 66 | LDLIBS += pam pam_misc |