diff options
author | Ferenc Kovacs <tyrael@php.net> | 2014-06-30 01:34:05 +0200 |
---|---|---|
committer | Ferenc Kovacs <tyrael@php.net> | 2014-06-30 01:34:05 +0200 |
commit | a52616b759eae58e2b2d158c3f5babccd0b23469 (patch) | |
tree | f2ab6b6e9616bedb8ab8cc8397e7e6fb3564f997 /build | |
parent | 293a48cb9df040d769e03a8c262e15b9f880333a (diff) | |
parent | a7d1656b96ad33ab31309fc505692793d4b4731f (diff) | |
download | php-git-a52616b759eae58e2b2d158c3f5babccd0b23469.tar.gz |
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
Fix bug #67091: make install fails to install libphp5.so on FreeBSD 10.0
Diffstat (limited to 'build')
-rw-r--r-- | build/libtool.m4 | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/build/libtool.m4 b/build/libtool.m4 index 56658ccbb4..4d948b9078 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. @@ -5843,10 +5839,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 |