]> git.pld-linux.org Git - packages/ladspa-cmt-plugins.git/blame - ladspa-cmt-plugins-makefile.patch
- adjusted makefile patch to disable stripping
[packages/ladspa-cmt-plugins.git] / ladspa-cmt-plugins-makefile.patch
CommitLineData
2b1b333b
JB
1--- cmt_1.17/src/Makefile.orig 2019-04-09 19:07:19.010095393 +0200
2+++ cmt_1.17/src/Makefile 2019-04-09 19:08:13.183135246 +0200
c367fc1a 3@@ -11,7 +11,7 @@
0a98a489 4 # GENERAL
5 #
6
2b1b333b
JB
7-CFLAGS = $(INCLUDES) -Wall -Werror -O2 -fPIC
8+CFLAGS = $(INCLUDES) -Wall -Werror -fPIC $(OPTFLAGS)
0a98a489 9 CXXFLAGS = $(CFLAGS)
10 PLUGIN_LIB = ../plugins/cmt.so
11
2f6b7694
JB
12@@ -70,13 +70,12 @@ $(PLUGIN_LIB): $(PLUGIN_OBJECTS) gcc_exp
13 $(CFLAGS) \
14 -fvisibility=hidden \
15 -fvisibility-inlines-hidden \
16- -s \
17 -Wl,--version-script=gcc_exports.map \
18 -o $(PLUGIN_LIB) \
2b1b333b 19 $(PLUGIN_OBJECTS)
0a98a489 20
21 install: $(PLUGIN_LIB)
0a98a489 22- cp $(PLUGIN_LIB) $(INSTALL_PLUGINS_DIR)
23+ cp $(PLUGIN_LIB) $(DESTDIR)$(INSTALL_PLUGINS_DIR)
24
25 test: /tmp/test.wav ../../ladspa_sdk/snd/noise.wav always
26 @echo ---------------------------------------------
This page took 0.036898 seconds and 4 git commands to generate.