/[smeserver]/rpms/php/sme8/php-5.2.4-norpath.patch
ViewVC logotype

Contents of /rpms/php/sme8/php-5.2.4-norpath.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Sat Feb 6 20:36:50 2010 UTC (14 years, 3 months ago) by slords
Branch: MAIN
CVS Tags: php-5_2_10-1_el5_sme, php-5_3_3-15_el5_sme, php-5_3_3-1_el5_7_3, php-5_3_3-13_el5_9_1, php-5_3_3-16_el5_sme, php-5_3_3-14_el5_sme, php-5_3_3-1_el5_sme_6, php-5_3_3-13_el5_sme_1, php-5_3_3-1_el5_sme_3, php-5_3_3-1_el5_sme_1_0, php-5_3_3-13_el5_sme_2, php-5_3_3-1_el5_sme_1_1, php-5_3_3-17_el5_sme, php-5_3_3-1_el5_7_6, php-5_3_3-13_el5_sme, php-5_3_3-13_el6, php-5_3_3-1_el5_sme_1, HEAD
Branch point for: redhat-upstream
Initial import

1 --- php-5.2.4/acinclude.m4.norpath
2 +++ php-5.2.4/acinclude.m4
3 @@ -432,6 +432,7 @@ AC_DEFUN([PHP_EVAL_INCLINE],[
4 dnl internal, don't use
5 AC_DEFUN([_PHP_ADD_LIBPATH_GLOBAL],[
6 PHP_RUN_ONCE(LIBPATH, $1, [
7 + test "x$PHP_RPATH" != "xno" &&
8 test -n "$ld_runpath_switch" && LDFLAGS="$LDFLAGS $ld_runpath_switch$1"
9 LDFLAGS="$LDFLAGS -L$1"
10 PHP_RPATHS="$PHP_RPATHS $1"
11 @@ -451,6 +452,7 @@ AC_DEFUN([PHP_ADD_LIBPATH],[
12 ],[
13 if test "$ext_shared" = "yes"; then
14 $2="-L$ai_p [$]$2"
15 + test "x$PHP_RPATH" != "xno" && \
16 test -n "$ld_runpath_switch" && $2="$ld_runpath_switch$ai_p [$]$2"
17 else
18 _PHP_ADD_LIBPATH_GLOBAL([$ai_p])

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed