A few PEAR modules have disappeared completely during the PECL transition so they are temporarily included here to avoid breaking dependencies within the ports tree.
22 lines
607 B
Plaintext
22 lines
607 B
Plaintext
$OpenBSD: patch-configure_in,v 1.5 2002/06/16 15:47:29 avsm Exp $
|
|
--- configure.in.orig Sun May 12 22:23:57 2002
|
|
+++ configure.in Sun Jun 16 16:09:26 2002
|
|
@@ -792,7 +792,7 @@ unset with_pic
|
|
|
|
case $php_build_target in
|
|
program|static)
|
|
- standard_libtool_flag='-prefer-non-pic -static'
|
|
+ standard_libtool_flag='-static'
|
|
if test "$lib_build_shared" != "yes"; then
|
|
enable_shared=no
|
|
fi
|
|
@@ -801,7 +801,7 @@ program|static)
|
|
;;
|
|
shared)
|
|
enable_static=no
|
|
- standard_libtool_flag=-prefer-pic
|
|
+ standard_libtool_flag=
|
|
EXTRA_LDFLAGS="$EXTRA_LDFLAGS -avoid-version"
|
|
;;
|
|
esac
|