diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-07-29 07:45:05 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-07-29 07:45:05 +0000 |
commit | eac20451d240eb6cb4881578962de408f622b29b (patch) | |
tree | f697db6c1ee4c321fc509e180ae4ea6c465c408e | |
parent | c663ab0c6bfe6a4328eff25b713156f30690fca0 (diff) | |
download | busybox-w32-eac20451d240eb6cb4881578962de408f622b29b.tar.gz busybox-w32-eac20451d240eb6cb4881578962de408f622b29b.tar.bz2 busybox-w32-eac20451d240eb6cb4881578962de408f622b29b.zip |
Set libbb dead last in the link order
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ include Rules.mak | |||
29 | DIRS:=applets archival archival/libunarchive coreutils console-tools \ | 29 | DIRS:=applets archival archival/libunarchive coreutils console-tools \ |
30 | debianutils editors findutils init miscutils modutils networking \ | 30 | debianutils editors findutils init miscutils modutils networking \ |
31 | networking/libiproute networking/udhcp procps loginutils shell \ | 31 | networking/libiproute networking/udhcp procps loginutils shell \ |
32 | sysklogd util-linux libbb libpwdgrp coreutils/libcoreutils | 32 | sysklogd util-linux libpwdgrp coreutils/libcoreutils libbb |
33 | 33 | ||
34 | ifeq ($(strip $(CONFIG_SELINUX)),y) | 34 | ifeq ($(strip $(CONFIG_SELINUX)),y) |
35 | CFLAGS += -I/usr/include/selinux | 35 | CFLAGS += -I/usr/include/selinux |