projects
/
php
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dff6e71
)
FreeBSD's libtool port seems to contain a bug which is triggered by
author
Sascha Schumann
<sas@php.net>
Tue, 5 Oct 1999 20:59:21 +0000
(20:59 +0000)
committer
Sascha 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
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index 91d0f266974d9a3b66b2cef744fba7e8fa6358c3..c3aa3d5189191566a4061ba13e0f6d9a173e0704 100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-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 \