[Pkg-wmaker-commits] [wmget] 32/41: debian/patches/01_Makefile.patch: Drop unnecessary -lm from LIBS.
Doug Torrance
dtorrance-guest at moszumanska.debian.org
Sun Aug 23 17:06:01 UTC 2015
This is an automated email from the git hooks/post-receive script.
dtorrance-guest pushed a commit to branch master
in repository wmget.
commit 6d7c9653d52fcd74d4ef5ba46b1c32b6ff83304c
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date: Fri Jan 30 09:02:30 2015 -0600
debian/patches/01_Makefile.patch: Drop unnecessary -lm from LIBS.
---
debian/patches/01_Makefile.patch | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/patches/01_Makefile.patch b/debian/patches/01_Makefile.patch
index 5da6bea..a00be78 100644
--- a/debian/patches/01_Makefile.patch
+++ b/debian/patches/01_Makefile.patch
@@ -7,8 +7,9 @@ Description: Update Makefile.
errors during build.
- Remove unnecessary inclusion of CFLAGS during linking.
- Honor DESTDIR variable.
+ - Drop unnecessary -lm from LIBS.
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
-Last-Update: 2015-01-25
+Last-Update: 2015-01-30
--- a/Makefile
+++ b/Makefile
@@ -18,7 +19,7 @@ Last-Update: 2015-01-25
#CFLAGS:= $(CFLAGS) -Werror -g
-LDFLAGS= -L/usr/X11R6/lib -lXpm -lXext -lX11 -lm -lcurl
+LDFLAGS= -L/usr/X11R6/lib
-+LIBS= -lXpm -lXext -lX11 -lm -lcurl
++LIBS= -lXpm -lXext -lX11 -lcurl
DOCS= wmget.1
VERSION:= $(shell grep '\#define WMGET_VERSION ' wmget.h \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmget.git
More information about the Pkg-wmaker-commits
mailing list