diff --git a/PKGBUILD b/PKGBUILD index f6327d5..96d17b0 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -12,7 +12,7 @@ pkgdesc="A highly capable, feature-rich programming language" arch=(x86_64) license=('GPL' 'PerlArtistic') url="https://www.perl.org" -depends=('gdbm>=1.17' 'db5.3' 'db' 'glibc' 'libxcrypt' 'libcrypt.so') +depends=('gdbm>=1.17' 'db5.3' 'glibc' 'libxcrypt' 'libcrypt.so') checkdepends=('procps-ng') # NOTE: This array is automatically generated by `./patchprov`. # If you want to add entries, do so in the next array. @@ -192,7 +192,8 @@ build() { -Dvendorscript=/usr/bin/vendor_perl \ -Dinc_version_list=none \ -Dman1ext=1perl -Dman3ext=3perl ${arch_opts} \ - -Dlddlflags="-shared ${LDFLAGS}" -Dldflags="${LDFLAGS}" + -Dlddlflags="-shared ${LDFLAGS}" -Dldflags="${LDFLAGS}" \ + -Dloclibpth="/usr/lib/db5.3" -Dlocincpth="/usr/include/db5.3" make }