summaryrefslogtreecommitdiff
path: root/media-plugins/calf/files/calf-9999-fix-build-with-lld.patch
blob: acd196f6edd2e92bf28f5761f46508dcae849ea4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/Makefile.am b/src/Makefile.am
index 6f11628b..0e775bef 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -53,7 +53,7 @@ libcalflv2gui_la_SOURCES = gui.cpp gui_config.cpp gui_controls.cpp ctl_curve.cpp
 if USE_DEBUG
 libcalflv2gui_la_LDFLAGS = -rpath $(lv2dir) -avoid-version -module -lexpat $(GUI_DEPS_LIBS) -disable-static  -Wl,-z,nodelete
 else
-libcalflv2gui_la_LDFLAGS = -rpath $(lv2dir) -avoid-version -module -lexpat -export-symbols-regex "lv2ui_descriptor" $(GUI_DEPS_LIBS) -disable-static  -Wl,-z,nodelete
+libcalflv2gui_la_LDFLAGS = -rpath $(lv2dir) -avoid-version -module -lexpat $(GUI_DEPS_LIBS) -disable-static  -Wl,-z,nodelete
 endif
 endif