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() {
|
build() {
|
||||||
#CFLAGS+=" -static" \
|
|
||||||
LDFLAGS="-static" \
|
LDFLAGS="-static" \
|
||||||
./configure \
|
./configure \
|
||||||
--prefix="" \
|
--prefix="" \
|
||||||
|
|
|
@ -19,7 +19,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
FORCE_UNSAFE_CONFIGURE=1 \
|
FORCE_UNSAFE_CONFIGURE=1 \
|
||||||
CFLAGS="$CFLAGS -static" \
|
LDFLAGS="-static" \
|
||||||
./configure \
|
./configure \
|
||||||
--prefix="" \
|
--prefix="" \
|
||||||
--sbindir=/bin \
|
--sbindir=/bin \
|
||||||
|
|
Loading…
Reference in a new issue