FreeBSD's libtool port seems to contain a bug which is triggered by
authorSascha Schumann <sas@php.net>
Tue, 5 Oct 1999 20:59:21 +0000 (20:59 +0000)
committerSascha Schumann <sas@php.net>
Tue, 5 Oct 1999 20:59:21 +0000 (20:59 +0000)
    -avoid-version. Removing it, since we don't absolutely need this option.

Makefile.am

index 91d0f266974d9a3b66b2cef744fba7e8fa6358c3..c3aa3d5189191566a4061ba13e0f6d9a173e0704 100644 (file)
@@ -22,7 +22,8 @@ libphp4_la_LIBADD = \
                $(EXT_LTLIBS) \
                $(TSRM_LIB) \
                $(EXTRA_LIBS)
-libphp4_la_LDFLAGS = -avoid-version $(BUILDLDFLAGS) $(PHP_RPATHS)              
+
+libphp4_la_LDFLAGS = $(BUILDLDFLAGS) $(PHP_RPATHS)             
 
 libphp4_la_DEPENDENCIES = \
                libzend/libzend.la \