[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:43:50 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=1bcce08

The following commit has been merged in the master branch:
commit 1bcce080c25a869771c761fca9ac14b5bf4b7702
Author: Robin Mills <robin at clanmills.com>
Date:   Wed Jul 24 19:38:05 2013 +0000

    build:  added PREFIX to samples/Makefile (don't know how the linux build worked without this!)
---
 samples/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/samples/Makefile b/samples/Makefile
index 3b07e33..74cd231 100644
--- a/samples/Makefile
+++ b/samples/Makefile
@@ -103,6 +103,8 @@ ifdef DEP_TRACKING
 DEP = $(BINSRC:%.cpp=$(DEPDIR)/%.d)
 endif
 
+PREFIX = /usr/local/lib
+
 # ******************************************************************************
 # Rules
 samples: $(BINARY) $(OTHER)
@@ -115,7 +117,7 @@ $(BINOBJ): %.o: %.cpp
 
 $(BINARY): %: %.o
 	mkdir -pv ../bin 2>&1 > /dev/null
-	$(LIBTOOL) --mode=link $(LINK.cc) -o ../bin/$@ $@.o
+	$(LIBTOOL) --mode=link $(LINK.cc) -rpath $(PREFIX) -L$(PREFIX) -o ../bin/$@ $@.o
 
 %.ii: %.cpp
 	set -e; \

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list