Fixed linking flags to cause gawk and tar to link statically in base

This commit is contained in:
PktSurf 2023-03-17 12:18:31 +05:30
parent a1868cd456
commit 38f3679863
2 changed files with 1 additions and 2 deletions

View file

@ -16,7 +16,6 @@ prepbuilddir() {
} }
build() { build() {
#CFLAGS+=" -static" \
LDFLAGS="-static" \ LDFLAGS="-static" \
./configure \ ./configure \
--prefix="" \ --prefix="" \

View file

@ -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 \