23 lines
586 B
Plaintext
23 lines
586 B
Plaintext
$OpenBSD: patch-configure,v 1.3 2004/06/13 06:11:53 pvalchev Exp $
|
|
--- configure.orig 2001-01-19 16:03:24.000000000 -0700
|
|
+++ configure 2004-06-12 23:36:46.000000000 -0600
|
|
@@ -593,9 +593,6 @@ CINCS="${CPPFLAGS}"
|
|
PLUGIN=""
|
|
|
|
|
|
-LDFLAGS=""
|
|
-
|
|
-
|
|
X_XMP="xxmp"
|
|
|
|
|
|
@@ -2036,7 +2033,7 @@ fi
|
|
|
|
|
|
if test "${GCC-no}" = yes; then
|
|
- CFLAGS="${CFLAGS} -Wall -Wno-implicit-int -finline-functions"
|
|
+ CFLAGS="${CFLAGS} -Wall -Wno-implicit-int -finline-functions -fPIC"
|
|
|
|
if test "${cross_compiling}" = no; then
|
|
echo $ac_n "checking whether gcc needs -fsigned-char""... $ac_c" 1>&6
|