summaryrefslogtreecommitdiff
path: root/build/libtool.m4
diff options
context:
space:
mode:
authorFerenc Kovacs <tyrael@php.net>2014-06-30 01:30:36 +0200
committerFerenc Kovacs <tyrael@php.net>2014-06-30 01:31:10 +0200
commita7d1656b96ad33ab31309fc505692793d4b4731f (patch)
tree14f2b3a9e318993f38cd372648e9926a12c67d41 /build/libtool.m4
parentcc22f021fe7c7cf41cd6302374db8eba0f173653 (diff)
downloadphp-git-a7d1656b96ad33ab31309fc505692793d4b4731f.tar.gz
Fix bug #67091: make install fails to install libphp5.so on FreeBSD 10.0
Simplest fix is to remove the specific checks for freebsd1* as it also matches freebsd10, and nobody should be using >=PHP 5.4 with freebsd 1.x(if it is even possible to make it to compile there).
Diffstat (limited to 'build/libtool.m4')
-rw-r--r--build/libtool.m48
1 files changed, 0 insertions, 8 deletions
diff --git a/build/libtool.m4 b/build/libtool.m4
index 77735d36b3..3d52d1a375 100644
--- a/build/libtool.m4
+++ b/build/libtool.m4
@@ -1532,10 +1532,6 @@ dgux*)
shlibpath_var=LD_LIBRARY_PATH
;;
-freebsd1*)
- dynamic_linker=no
- ;;
-
freebsd* | dragonfly*)
# DragonFly does not have aout. When/if they implement a new
# versioning mechanism, adjust this.
@@ -5842,10 +5838,6 @@ _LT_EOF
_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
;;
- freebsd1*)
- _LT_AC_TAGVAR(ld_shlibs, $1)=no
- ;;
-
# FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
# support. Future versions do this automatically, but an explicit c++rt0.o
# does not break anything, and helps significantly (at the cost of a little