@@ -109,7 +109,7 @@ build_waf lv2 "${LV2_VERSION}" "--lv2dir=${PAWPAW_PREFIX}/lib/lv2 --no-coverage | |||||
# --------------------------------------------------------------------------------------------------------------------- | # --------------------------------------------------------------------------------------------------------------------- | ||||
# fftw | # fftw | ||||
FFTW_EXTRAFLAGS="--enable-sse2 --disable-debug --disable-alloca --disable-doc --disable-fortran --with-our-malloc" | |||||
FFTW_EXTRAFLAGS="--enable-sse2 --disable-alloca --disable-fortran --with-our-malloc" | |||||
# if [ "${WIN32}" -eq 0 ]; then | # if [ "${WIN32}" -eq 0 ]; then | ||||
# FFTW_EXTRAFLAGS="${FFTW_EXTRAFLAGS} --enable-threads" | # FFTW_EXTRAFLAGS="${FFTW_EXTRAFLAGS} --enable-threads" | ||||
@@ -64,7 +64,7 @@ function build_custom_db() { | |||||
if [ ! -f "${pkgdir}/.stamp_configured" ]; then | if [ ! -f "${pkgdir}/.stamp_configured" ]; then | ||||
pushd "${pkgdir}/build_unix" | pushd "${pkgdir}/build_unix" | ||||
../dist/configure --enable-static --disable-shared --disable-doc --disable-maintainer-mode --prefix="${PAWPAW_PREFIX}" ${extraconfrules} | |||||
../dist/configure --enable-static --disable-shared --disable-debug --disable-doc --disable-maintainer-mode --prefix="${PAWPAW_PREFIX}" ${extraconfrules} | |||||
touch ../.stamp_configured | touch ../.stamp_configured | ||||
popd | popd | ||||
fi | fi | ||||
@@ -123,9 +123,6 @@ jack2_args="--prefix="${PAWPAW_PREFIX}/jack2"" | |||||
# if [ "${MACOS_OLD}" -eq 1 ] || [ "${WIN64}" -eq 1 ]; then | # if [ "${MACOS_OLD}" -eq 1 ] || [ "${WIN64}" -eq 1 ]; then | ||||
# jack2_args="${jack2_args} --mixed" | # jack2_args="${jack2_args} --mixed" | ||||
# fi | # fi | ||||
# if [ "${WIN32}" -eq 1 ]; then | |||||
# TARGET_LDFLAGS="${TARGET_LDFLAGS} -static-libgcc -static-libstdc++" | |||||
# fi | |||||
if [ "${CROSS_COMPILING}" -eq 1 ]; then | if [ "${CROSS_COMPILING}" -eq 1 ]; then | ||||
if [ "${LINUX}" -eq 1 ]; then | if [ "${LINUX}" -eq 1 ]; then | ||||
jack2_args="${jack2_args} --platform=linux" | jack2_args="${jack2_args} --platform=linux" | ||||
@@ -133,7 +133,7 @@ function build_autoconf() { | |||||
if [ ! -f "${pkgdir}/.stamp_configured" ]; then | if [ ! -f "${pkgdir}/.stamp_configured" ]; then | ||||
pushd "${pkgdir}" | pushd "${pkgdir}" | ||||
./configure --enable-static --disable-shared --disable-doc --disable-maintainer-mode --prefix="${PAWPAW_PREFIX}" ${extraconfrules} | |||||
./configure --enable-static --disable-shared --disable-debug --disable-doc --disable-maintainer-mode --prefix="${PAWPAW_PREFIX}" ${extraconfrules} | |||||
touch .stamp_configured | touch .stamp_configured | ||||
popd | popd | ||||
fi | fi | ||||