Fixed linking flags to cause gawk and tar to link statically in base
This commit is contained in:
parent
a1868cd456
commit
38f3679863
2 changed files with 1 additions and 2 deletions
|
@ -16,7 +16,6 @@ prepbuilddir() {
|
|||
}
|
||||
|
||||
build() {
|
||||
#CFLAGS+=" -static" \
|
||||
LDFLAGS="-static" \
|
||||
./configure \
|
||||
--prefix="" \
|
||||
|
|
|
@ -19,7 +19,7 @@ prepbuilddir() {
|
|||
|
||||
build() {
|
||||
FORCE_UNSAFE_CONFIGURE=1 \
|
||||
CFLAGS="$CFLAGS -static" \
|
||||
LDFLAGS="-static" \
|
||||
./configure \
|
||||
--prefix="" \
|
||||
--sbindir=/bin \
|
||||
|
|
Loading…
Reference in a new issue