firefox: update to 135.0
[oi-userland.git] / components / encumbered / audacity / patches / 10-mapfile-ldflags.patch
blob6d4ed1cfeae30e667522e1f217bcc67fe547e5b5
1 --- audacity-Audacity-2.1.1/lib-src/libvamp/Makefile.in.1 2017-12-11 22:06:08.589312821 +0000
2 +++ audacity-Audacity-2.1.1/lib-src/libvamp/Makefile.in 2017-12-11 22:06:36.073301041 +0000
3 @@ -107,7 +107,7 @@
4 # Additional flags for making a plugin. This version script tells the
5 # GNU linker to make all symbols in the library hidden except for the
6 # public entry point. It's not essential, but makes a tidier library.
7 -PLUGIN_LDFLAGS = $(DYNAMIC_LDFLAGS) -Wl,--version-script=${srcdir}/build/vamp-plugin.map
8 +PLUGIN_LDFLAGS = $(DYNAMIC_LDFLAGS) -Wl,-M${srcdir}/build/vamp-plugin.map
11 ## For OS/X with g++: