Skip to content

Commit

Permalink
Fix openssl module build
Browse files Browse the repository at this point in the history
Adding PKG_CONFIG_PATH for openssl
  • Loading branch information
Magissia authored Feb 26, 2018
1 parent 50721eb commit f561796
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ build() {

export EXTENSION_DIR=/usr/lib/${pkgbase}/modules
export PEAR_INSTALLDIR=/usr/share/${pkgbase}/pear
export PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig

cd "${srcdir}/${pkgbase%$pkgfixname}-${pkgver}"

Expand Down

0 comments on commit f561796

Please sign in to comment.