mirror of
https://github.com/sheumann/hush.git
synced 2024-12-27 01:32:08 +00: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 \
|
DIRS:=applets archival archival/libunarchive coreutils console-tools \
|
||||||
debianutils editors findutils init miscutils modutils networking \
|
debianutils editors findutils init miscutils modutils networking \
|
||||||
networking/libiproute networking/udhcp procps loginutils shell \
|
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)
|
ifeq ($(strip $(CONFIG_SELINUX)),y)
|
||||||
CFLAGS += -I/usr/include/selinux
|
CFLAGS += -I/usr/include/selinux
|
||||||
|
Loading…
Reference in New Issue
Block a user