Skip to content

Commit

Permalink
libsndfile: do not enable external libs, prevent unresolved (unnecess…
Browse files Browse the repository at this point in the history
…ary) dependencies at runtime
  • Loading branch information
jeremybernstein committed Aug 23, 2020
1 parent 9ac3c0e commit 44a2554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dep/Makefile
Expand Up @@ -38,7 +38,7 @@ $(jansson):
$(libsndfile):
wget -nc http://www.mega-nerd.com/libsndfile/files/$@.tar.gz
tar xf $@.tar.gz
cd $@ && ./configure --prefix="$(LOCAL)"
cd $@ && ./configure --prefix="$(LOCAL)" --enable-external-libs=no
$(MAKE) -C $@
$(MAKE) -C $@ install

Expand Down

0 comments on commit 44a2554

Please sign in to comment.