[Pkg-wmaker-commits] [wmauda] 09/17: debian/patches/ldflags.patch: New patch; honor LDFLAGS in Makefile.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Sat Jul 8 02:33:45 UTC 2017


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

dtorrance-guest pushed a commit to branch master
in repository wmauda.

commit 3576b7409e18d33ecdbe09fa52b02a4af1c6a879
Author: Doug Torrance <dtorrance at piedmont.edu>
Date:   Fri Jul 7 19:18:11 2017 -0400

    debian/patches/ldflags.patch: New patch; honor LDFLAGS in Makefile.
---
 debian/patches/ldflags.patch | 15 +++++++++++++++
 debian/patches/series        |  1 +
 2 files changed, 16 insertions(+)

diff --git a/debian/patches/ldflags.patch b/debian/patches/ldflags.patch
new file mode 100644
index 0000000..9993524
--- /dev/null
+++ b/debian/patches/ldflags.patch
@@ -0,0 +1,15 @@
+Description: Honor LDFLAGS in Makefile.
+Author: Doug Torrance <dtorrance at piedmont.edu>
+Last-Update: 2017-07-07
+
+--- a/Makefile
++++ b/Makefile
+@@ -17,7 +17,7 @@
+ HEADERS = dock-master.xpm
+ 
+ wmauda:	$(OBJS) $(HEADERS)
+-	$(CC) -o wmauda $(OBJS) $(CFLAGS) $(LIBS)
++	$(CC) $(LDFLAGS) -o wmauda $(OBJS) $(LIBS)
+ 
+ all:	wmauda
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 1848df2..7ad3386 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 link-against-missing-libraries.patch
+ldflags.patch

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



More information about the Pkg-wmaker-commits mailing list