[mupen64plus] 45/262: Move LDFLAGS for rice_video before LIBS

Sven Eckelmann ecsv-guest at moszumanska.debian.org
Thu Nov 26 05:59:14 UTC 2015


This is an automated email from the git hooks/post-receive script.

ecsv-guest pushed a commit to branch master
in repository mupen64plus.

commit 10651c18296ca585c7d4410e0103cb0286f201dd
Author: Sven Eckelmann <sven.eckelmann at gmx.de>
Date:   Tue Jun 2 20:37:04 2009 +0200

    Move LDFLAGS for rice_video before LIBS
---
 debian/patches/104-as-needed.patch | 18 ++++++++++++++++--
 1 file changed, 16 insertions(+), 2 deletions(-)

diff --git a/debian/patches/104-as-needed.patch b/debian/patches/104-as-needed.patch
index 112af75..2249176 100644
--- a/debian/patches/104-as-needed.patch
+++ b/debian/patches/104-as-needed.patch
@@ -1,4 +1,4 @@
-From 4a9c85a9b2077db76ab9fe7ce2946fc3da9ce467 Mon Sep 17 00:00:00 2001
+From e69243f16e4b6df32c7e9c1f814a79742a0ab7f9 Mon Sep 17 00:00:00 2001
 From: Sven Eckelmann <sven.eckelmann at gmx.de>
 Date: Tue, 2 Jun 2009 17:37:41 +0200
 Subject: [PATCH] Allow compilation using -Wl,--as-needed
@@ -8,7 +8,8 @@ Signed-off-by: Sven Eckelmann <sven.eckelmann at gmx.de>
 ---
  blight_input/Makefile |    2 +-
  glN64/Makefile        |    2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
+ rice_video/Makefile   |    2 +-
+ 3 files changed, 3 insertions(+), 3 deletions(-)
 
 diff --git a/blight_input/Makefile b/blight_input/Makefile
 index 1948b0e..139cc25 100644
@@ -36,6 +37,19 @@ index 130bc2d..adc6a2d 100644
  	$(STRIP) $@
  
  glN64.o: glN64.cpp
+diff --git a/rice_video/Makefile b/rice_video/Makefile
+index 62131bf..3de7316 100644
+--- a/rice_video/Makefile
++++ b/rice_video/Makefile
+@@ -131,7 +131,7 @@ targets:
+ all: version.h ricevideo.so
+ 
+ ricevideo.so: $(OBJECTS)
+-	$(LD) $(OBJECTS) $(GTK_LIBS) $(LDFLAGS) -o $@
++	$(LD) $(OBJECTS) $(LDFLAGS) $(GTK_LIBS) -o $@
+ 	$(STRIP) $@
+ 
+ clean:
 -- 
 1.6.3.1
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mupen64plus.git



More information about the Pkg-games-commits mailing list