mirror of
https://git.busybox.net/busybox.git
synced 2024-11-23 21:53:25 +08:00
Set libbb dead last in the link order
This commit is contained in:
parent
c663ab0c6b
commit
eac20451d2
2
Makefile
2
Makefile
@ -29,7 +29,7 @@ include Rules.mak
|
||||
DIRS:=applets archival archival/libunarchive coreutils console-tools \
|
||||
debianutils editors findutils init miscutils modutils networking \
|
||||
networking/libiproute networking/udhcp procps loginutils shell \
|
||||
sysklogd util-linux libbb libpwdgrp coreutils/libcoreutils
|
||||
sysklogd util-linux libpwdgrp coreutils/libcoreutils libbb
|
||||
|
||||
ifeq ($(strip $(CONFIG_SELINUX)),y)
|
||||
CFLAGS += -I/usr/include/selinux
|
||||
|
Loading…
Reference in New Issue
Block a user