[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a
Maximiliano Curia
maxy at moszumanska.debian.org
Thu Jul 13 17:37:44 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=fe98349
The following commit has been merged in the master branch:
commit fe98349a7c5b07ec91af871e9806b05df27e164b
Author: HumanDynamo <caulier.gilles at gmail.com>
Date: Mon Jun 12 06:42:31 2006 +0000
remove -lz option
---
src/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Makefile b/src/Makefile
index 7318705..757a53b 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -195,7 +195,7 @@ endif
# Compilation shortcuts
COMPILE.cc = $(CXX) $(CXXFLAGS) $(CXXDEFS) $(CXXINCS) -c
COMPILE.c = $(CC) $(CFLAGS) $(DEFS) $(INCS) -c
-LINK.cc = $(CXX) $(CXXFLAGS) $(LDLIBS) $(LDFLAGS) -lz -rpath $(libdir)
+LINK.cc = $(CXX) $(CXXFLAGS) $(LDLIBS) $(LDFLAGS) -rpath $(libdir)
# ******************************************************************************
# Rules
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list