[SCM] jack-capture/master: debian/patches/02-makefile-compile-option.patch: Apply $LDFLAGS if set.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Mon Dec 6 09:54:43 UTC 2010


The following commit has been merged in the master branch:
commit e8678d20be8b691bf5fe63ab4150c931e4b334e5
Author: Alessio Treglia <alessio at debian.org>
Date:   Mon Dec 6 10:54:20 2010 +0100

    debian/patches/02-makefile-compile-option.patch: Apply $LDFLAGS if set.

diff --git a/debian/patches/02-makefile-compile-option.patch b/debian/patches/02-makefile-compile-option.patch
index a2acec4..2f15bee 100644
--- a/debian/patches/02-makefile-compile-option.patch
+++ b/debian/patches/02-makefile-compile-option.patch
@@ -1,9 +1,10 @@
 Author: Jaromír Mikeš <mira.mikes at seznam.cz>
-Description: Removing march=native compiling option
+Description: Removing march=native compiling option.
+ Apply $LDFLAGS if set
 Forwarded: no
 ---
- Makefile |    2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
+ Makefile |    4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
 
 --- jack-capture.orig/Makefile
 +++ jack-capture/Makefile
@@ -16,3 +17,12 @@ Forwarded: no
  #OPTIMIZE=-O0 -g
  
  COMPILEFLAGS=$(OPTIMIZE) -DVERSION=\"$(VERSION)\" -Wall
+@@ -58,7 +58,7 @@ jack_capture: setformat.c jack_capture.c
+ 
+ 
+ jack_capture_gui2: jack_capture_gui2.cpp
+-	$(CPP) $(OPTIMIZE) jack_capture_gui2.cpp `pkg-config --libs --cflags gtk+-2.0` -o jack_capture_gui2
++	$(CPP) $(LDFLAGS) $(OPTIMIZE) jack_capture_gui2.cpp `pkg-config --libs --cflags gtk+-2.0` -o jack_capture_gui2
+ 
+ config_flags: Makefile das_config.h
+ 	cat das_config.h |grep COMPILEFLAGS|sed s/\\/\\/COMPILEFLAGS// >config_flags

-- 
jack-capture packaging



More information about the pkg-multimedia-commits mailing list