[SCM] stk/master: Do not build static library as we do not ship it

fsateler at users.alioth.debian.org fsateler at users.alioth.debian.org
Fri Nov 27 23:49:38 UTC 2015


The following commit has been merged in the master branch:
commit ad3ca856442bc44f25d21c62cafabeb6a903b0b4
Author: Felipe Sateler <fsateler at debian.org>
Date:   Thu Nov 19 23:39:24 2015 -0300

    Do not build static library as we do not ship it

diff --git a/debian/rules b/debian/rules
index d7d59a3..7fd1b8a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,7 +16,7 @@ export STK_REALTIME
 
 RAWWAVE_PATH = /usr/share/stk/rawwaves/
 
-CONFIGURE_FLAGS += RAWWAVE_PATH=$(RAWWAVE_PATH) --enable-shared
+CONFIGURE_FLAGS += RAWWAVE_PATH=$(RAWWAVE_PATH) --enable-shared --disable-static
 
 MOVE_FILES = include/RtAudio.h include/RtMidi.h include/RtError.h \
 	       projects/examples/libMakefile

-- 
stk packaging



More information about the pkg-multimedia-commits mailing list