This commit is contained in:
Jacob Heider 2023-10-24 19:58:11 -04:00
parent a4f8e37825
commit c828b9c191
No known key found for this signature in database
GPG key ID: 51E3FD0EE62677B6

View file

@ -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