diff --git a/thirdparty/farmhash/HPKBUILD b/thirdparty/farmhash/HPKBUILD index 7ba079c890d28f20b1552ed0990ca2f65fa664d0..c9736418303e92fd0686f288e1976d3c3c4a069f 100644 --- a/thirdparty/farmhash/HPKBUILD +++ b/thirdparty/farmhash/HPKBUILD @@ -85,7 +85,7 @@ prepare() { build() { cd $builddir-$ARCH-build - ./configure "$@" --host=$host >> $buildlog 2>&1 + PKG_CONFIG_LIBDIR="${pkgconfigpath}" ./configure "$@" --host=$host >> $buildlog 2>&1 $MAKE VERBOSE=1 >> $buildlog 2>&1 ret=$? cd $OLDPWD @@ -94,7 +94,7 @@ build() { package() { cd $builddir-$ARCH-build - $MAKE install >> $buildlog 2>&1 + $MAKE VERBOSE=1 install >> $buildlog 2>&1 cd $OLDPWD unset host