summaryrefslogtreecommitdiffstats
path: root/portsmf
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2022-09-20 16:47:29 +0000
committer Eric Hameleers <alien@slackware.com>2022-09-20 16:47:29 +0000
commitc3ba013619c6893f09980a0d42402d425efd3ef4 (patch)
tree7268db10701f49e41964f7fdbdfda71550a55e0a /portsmf
parentd6dd1d8a55815c045ad7d16e696939e6d82d21b8 (diff)
downloadasb-c3ba013619c6893f09980a0d42402d425efd3ef4.tar.gz
asb-c3ba013619c6893f09980a0d42402d425efd3ef4.tar.xz
portsmf: attempt to create a static library for portSMF in the hope that audacity would then accept it... but Audacity keeps giving unresolved symbol errors
Diffstat (limited to 'portsmf')
-rwxr-xr-xportsmf/build/portsmf.SlackBuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/portsmf/build/portsmf.SlackBuild b/portsmf/build/portsmf.SlackBuild
index 55e114e2..df4d7295 100755
--- a/portsmf/build/portsmf.SlackBuild
+++ b/portsmf/build/portsmf.SlackBuild
@@ -180,6 +180,7 @@ cd build-${PRGNAM}
-DCMAKE_INSTALL_SYSCONFDIR=/etc \
-DLIB_SUFFIX=${LIBDIRSUFFIX} \
-DPORTSMF_INSTALL_CMAKEDIR=lib${LIBDIRSUFFIX}/cmake/PortSMF \
+ -DBUILD_SHARED_LIBS:BOOL="OFF" \
2>&1 | tee $OUTPUT/configure-${PRGNAM}.log
make $NUMJOBS 2>&1 | tee $OUTPUT/make-${PRGNAM}.log
make DESTDIR=$PKG install 2>&1 | tee $OUTPUT/install-${PRGNAM}.log