mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
fix(php)
This commit is contained in:
parent
a4f8e37825
commit
c828b9c191
1 changed files with 1 additions and 4 deletions
|
@ -48,6 +48,7 @@ build:
|
||||||
./configure $ARGS
|
./configure $ARGS
|
||||||
make --jobs {{ hw.concurrency }} install
|
make --jobs {{ hw.concurrency }} install
|
||||||
env:
|
env:
|
||||||
|
LDFLAGS: -Wl,-rpath,{{pkgx.prefix}}
|
||||||
ARGS:
|
ARGS:
|
||||||
- --prefix={{prefix}}
|
- --prefix={{prefix}}
|
||||||
- --enable-bcmath
|
- --enable-bcmath
|
||||||
|
@ -92,10 +93,6 @@ build:
|
||||||
- --without-ldap-sasl
|
- --without-ldap-sasl
|
||||||
- --without-ndbm
|
- --without-ndbm
|
||||||
- --without-gdbm
|
- --without-gdbm
|
||||||
- PKG_CONFIG_PATH=$PKG_CONFIG_PATH:{{deps.gnu.org/gettext.prefix}}
|
|
||||||
- PKG_CONFIG_PATH=$PKG_CONFIG_PATH:{{deps.gnome.org/libxml2.prefix}}
|
|
||||||
- PKG_CONFIG_PATH=$PKG_CONFIG_PATH:{{deps.github.com/kkos/oniguruma.prefix}}
|
|
||||||
- CC=gcc
|
|
||||||
darwin:
|
darwin:
|
||||||
ARGS:
|
ARGS:
|
||||||
- --enable-dtrace
|
- --enable-dtrace
|
||||||
|
|
Loading…
Reference in a new issue