]> git.pld-linux.org Git - packages/ladspa-cmt-plugins.git/blame_incremental - ladspa-cmt-plugins-makefile.patch
- adjusted makefile patch to disable stripping
[packages/ladspa-cmt-plugins.git] / ladspa-cmt-plugins-makefile.patch
... / ...
CommitLineData
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
3@@ -11,7 +11,7 @@
4 # GENERAL
5 #
6
7-CFLAGS = $(INCLUDES) -Wall -Werror -O2 -fPIC
8+CFLAGS = $(INCLUDES) -Wall -Werror -fPIC $(OPTFLAGS)
9 CXXFLAGS = $(CFLAGS)
10 PLUGIN_LIB = ../plugins/cmt.so
11
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) \
19 $(PLUGIN_OBJECTS)
20
21 install: $(PLUGIN_LIB)
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.068764 seconds and 4 git commands to generate.