tbinutils: Make -all-static the first flag - mkports - recipes for building multiple softwares with mk(1)
(HTM) git clone git://z3bra.org/mkports
(DIR) Log
(DIR) Files
(DIR) Refs
---
(DIR) commit eb54101ca65e69b163d592ec1424476442a0ac16
(DIR) parent 8e715b99aab0f998d292211cf2674aa1ffaf415a
(HTM) Author: z3bra <contactatz3bradotorg>
Date: Fri, 2 Dec 2016 14:23:10 +0100
binutils: Make -all-static the first flag
Diffstat:
M binutils/mkfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/binutils/mkfile b/binutils/mkfile
t@@ -11,4 +11,4 @@ build:QV: fetch patch
cd $WORK/$pkg-$ver
./configure $CONFIGURE
make configure-host
- make CC="$CC" CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS -all-static" ${MAKEFLAGS}
+ make CC="$CC" CFLAGS="$CFLAGS" LDFLAGS="-all-static $LDFLAGS" ${MAKEFLAGS}