|
|
@@ -64,7 +64,7 @@ function build_custom_db() { |
|
|
|
|
|
|
|
if [ ! -f "${pkgdir}/.stamp_configured" ]; then |
|
|
|
pushd "${pkgdir}/build_unix" |
|
|
|
../dist/configure --enable-static --disable-shared --disable-maintainer-mode --prefix="${PAWPAW_PREFIX}" ${extraconfrules} |
|
|
|
../dist/configure --enable-static --disable-shared --disable-doc --disable-maintainer-mode --prefix="${PAWPAW_PREFIX}" ${extraconfrules} |
|
|
|
touch ../.stamp_configured |
|
|
|
popd |
|
|
|
fi |
|
|
@@ -129,6 +129,11 @@ if [ "${CROSS_COMPILING}" -eq 1 ]; then |
|
|
|
fi |
|
|
|
fi |
|
|
|
|
|
|
|
if [ "${MACOS_OLD}" -eq 1 ]; then |
|
|
|
patch_file jack2 "git" "wscript" '/-std=gnu++11/d' |
|
|
|
patch_file jack2 "git" "wscript" '/-Wno-deprecated-register/d' |
|
|
|
fi |
|
|
|
|
|
|
|
ln -sf "$(pwd)/jack2" "${PAWPAW_BUILDDIR}/jack2-git" |
|
|
|
rm -f "${PAWPAW_BUILDDIR}/jack2-git/.stamp_built" |
|
|
|
build_waf jack2 "git" "${jack2_args}" |
|
|
|