]> granicus.if.org Git - php/commitdiff
Build libphp4.la as a module which can be dlopened.
authorSascha Schumann <sas@php.net>
Thu, 7 Mar 2002 19:21:02 +0000 (19:21 +0000)
committerSascha Schumann <sas@php.net>
Thu, 7 Mar 2002 19:21:02 +0000 (19:21 +0000)
This should not make a difference on common platforms,
but maybe esoteric ones.

configure.in

index 023de698d61033476fc5e2e284efdae68d5f1600..e8dd475eb442c1aed9cfdb1bab66287a43a93da1 100644 (file)
@@ -807,7 +807,7 @@ program|static)
 shared)
     enable_static=no
     standard_libtool_flag=-prefer-pic
-    EXTRA_LDFLAGS="$EXTRA_LDFLAGS -avoid-version"
+    EXTRA_LDFLAGS="$EXTRA_LDFLAGS -avoid-version -module"
 ;;
 esac