reviving libbusybox, adding CONFIG_INDIVIDUAL part 3

This commit is contained in:
Denis Vlasenko
2007-10-07 17:06:01 +00:00
parent 76a6b236a9
commit def8898596
5 changed files with 76 additions and 61 deletions

View File

@@ -3,6 +3,7 @@
# ==========================================================================
BB_VER = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
export BB_VER
SKIP_STRIP = n
# -std=gnu99 needed for [U]LLONG_MAX on some systems
@@ -59,7 +60,7 @@ ifeq ($(CONFIG_STATIC),y)
LDFLAGS += -static
endif
LDLIBS = m crypt
LDLIBS += m crypt
ifeq ($(CONFIG_PAM),y)
LDLIBS += pam pam_misc