summaryrefslogtreecommitdiffstats
path: root/audio-plugins
diff options
context:
space:
mode:
authorThomas Orgis2016-03-09 08:33:16 +0100
committerThomas Orgis2016-03-09 09:45:08 +0100
commitc3a0dfc832936d2376d8c1da065be036633bc703 (patch)
tree68283898fefc4fb1fa5b57ae672682e11ee5b03f /audio-plugins
parentcb97f8b77da80095119cb6dc6e2d49ed6c861a59 (diff)
cmt: add -fPIC
Diffstat (limited to 'audio-plugins')
-rwxr-xr-xaudio-plugins/cmt/BUILD1
-rw-r--r--audio-plugins/cmt/HISTORY3
2 files changed, 4 insertions, 0 deletions
diff --git a/audio-plugins/cmt/BUILD b/audio-plugins/cmt/BUILD
index f6ab04afc5..08ac8f6ddd 100755
--- a/audio-plugins/cmt/BUILD
+++ b/audio-plugins/cmt/BUILD
@@ -1,2 +1,3 @@
cd src &&
+CXXFLAGS+=" -fPIC" &&
default_build_make
diff --git a/audio-plugins/cmt/HISTORY b/audio-plugins/cmt/HISTORY
index 76ffdb178c..c1e8afb662 100644
--- a/audio-plugins/cmt/HISTORY
+++ b/audio-plugins/cmt/HISTORY
@@ -1,3 +1,6 @@
+2016-03-09 Thomas Orgis <sobukus@sourcemage.org>
+ * BUILD: builds shared libs, needs PIC
+
2014-03-19 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* BUILD: use default_build_make
* PRE_BUILD, 0001-honour-external-FLAGS.patch: honour our CFLAGS/CXXFLAGS