[SCM] gwc/master: Pass LDFLAGS.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Fri Mar 4 13:36:54 UTC 2011


The following commit has been merged in the master branch:
commit 277f108f0858a3d382c388e613af4914674bd553
Author: Alessio Treglia <alessio at debian.org>
Date:   Fri Mar 4 14:36:50 2011 +0100

    Pass LDFLAGS.

diff --git a/debian/patches/0001-buildsystem.patch b/debian/patches/0001-buildsystem.patch
index df186ab..099ac08 100644
--- a/debian/patches/0001-buildsystem.patch
+++ b/debian/patches/0001-buildsystem.patch
@@ -4,10 +4,10 @@ Reviewed-by: Alessio Treglia <alessio at debian.org>
 Last-Update: 2011-03-04
 Forwarded: no
 ---
- Makefile.in  |   14 +++++++-------
+ Makefile.in  |   16 ++++++++--------
  configure    |    2 +-
  configure.in |    2 +-
- 3 files changed, 9 insertions(+), 9 deletions(-)
+ 3 files changed, 10 insertions(+), 10 deletions(-)
 
 --- gwc.orig/Makefile.in
 +++ gwc/Makefile.in
@@ -34,6 +34,15 @@ Forwarded: no
  HELPDIRC = $(HELPDIR)/C
  DOCDIR = $(DATADIR)/doc/gwc
  
+@@ -47,7 +47,7 @@ EFENCE =
+ all : gwc
+ 
+ gwc : $(OBJS) meschach.a
+-	$(CC) $(OBJS) $(EFENCE) $(LFLAGS) $(LIBS) -o gwc
++	$(CC) $(LDFLAGS) $(OBJS) $(EFENCE) $(LFLAGS) $(LIBS) -o gwc
+ 
+ audio_device.o : audio_device.c audio_alsa.c audio_oss.c audio_osx.c audio_pa.c
+ 	$(COMPILE) -c audio_device.c
 @@ -60,7 +60,7 @@ install : gwc
  	install -d $(DOCDIR)
  	install -d $(pixmapdir)

-- 
gwc packaging



More information about the pkg-multimedia-commits mailing list