mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 03:44:13 -04:00
16 lines
426 B
Plaintext
16 lines
426 B
Plaintext
$NetBSD: patch-configure,v 1.1 2013/02/06 11:09:35 fhajny Exp $
|
|
|
|
Fix bug for LDFLAGS parsing on SunOS.
|
|
|
|
--- configure.orig 2012-05-25 12:05:57.000000000 +0000
|
|
+++ configure
|
|
@@ -468,7 +468,7 @@ case $targetos in
|
|
SunOS)
|
|
make="gmake"
|
|
readelf="greadelf"
|
|
- LDFLAGS="${opt#--extra-ldflags=}"
|
|
+ LDFLAGS="$LDFLAGS"
|
|
instflags=""
|
|
#check for 64-bit
|
|
cat > $TMPC << EOF
|