[SCM] paulstretch/master: Pass the build flags.
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Fri Nov 4 11:12:52 UTC 2016
The following commit has been merged in the master branch:
commit 2ddade04517b44b805f2afa43119f33f90908c69
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Fri Nov 4 11:55:16 2016 +0100
Pass the build flags.
diff --git a/debian/rules b/debian/rules
index da8a291..c05ae2b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,7 @@ override_dh_auto_build:
# ./compile_linux_fftw.sh with custom LDFLAGS
fluid -c GUI.fl
fluid -c FreeEditUI.fl
- g++ GUI.cxx FreeEditUI.cxx `LC_ALL=C ls *.cpp Input/*.cpp Output/*.cpp` \
+ g++ $(CPPFLAGS) $(CXXFLAGS) GUI.cxx FreeEditUI.cxx `LC_ALL=C ls *.cpp Input/*.cpp Output/*.cpp` \
-o paulstretch \
$(LDFLAGS) \
`fltk-config --cflags` `fltk-config --ldflags` \
--
paulstretch packaging
More information about the pkg-multimedia-commits
mailing list