]> git.pld-linux.org Git - packages/php-pecl-spidermonkey.git/blame - lib64.patch
- php 5.5 rebuild
[packages/php-pecl-spidermonkey.git] / lib64.patch
CommitLineData
b1d675f8
JR
1--- php-pecl-spidermonkey-1.0.0/spidermonkey-1.0.0/config.m4~ 2012-04-19 05:50:36.000000000 +0200
2+++ php-pecl-spidermonkey-1.0.0/spidermonkey-1.0.0/config.m4 2012-08-08 11:54:07.552281177 +0200
3@@ -36,7 +36,7 @@
4 done
5 # test for the libname independantely
6 for j in js mozjs mozjs185; do
7- test -f $i/lib/lib$j.so && SPIDERMONKEY_LIBNAME=$j && break
8+ test -f $i/lib64/lib$j.so && SPIDERMONKEY_LIBNAME=$j && break
9 done
10 test -f $i/include/$j/jsapi.h && break
11 done
This page took 0.362899 seconds and 4 git commands to generate.