[hamradio-commits] [wwl] 08/11: Use LDFLAGS when building

Iain Learmonth irl-guest at moszumanska.debian.org
Mon Aug 10 22:33:22 UTC 2015


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

irl-guest pushed a commit to branch master
in repository wwl.

commit 40a4166ad1bf8525c59e95e38bcd2d6650f7bb29
Author: Iain R. Learmonth <irl at fsfe.org>
Date:   Mon Aug 10 22:50:27 2015 +0100

    Use LDFLAGS when building
---
 debian/patches/series            |  1 +
 debian/patches/use-ldflags.patch | 11 +++++++++++
 2 files changed, 12 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
index 74ac258..95eeaa4 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 remove-locator.patch
+use-ldflags.patch
diff --git a/debian/patches/use-ldflags.patch b/debian/patches/use-ldflags.patch
new file mode 100644
index 0000000..dc08707
--- /dev/null
+++ b/debian/patches/use-ldflags.patch
@@ -0,0 +1,11 @@
+--- wwl.orig/Makefile
++++ wwl/Makefile
+@@ -16,7 +16,7 @@
+ all: wwl locator
+ 
+ wwl:	wwl.c 
+-	$(CC) $(CFLAGS) -o wwl wwl.c -lm
++	$(CC) $(CFLAGS) $(LDFLAGS) -o wwl wwl.c -lm
+ 
+ locator: wwl
+ 	${RM} -f locator

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



More information about the pkg-hamradio-commits mailing list