]> git.pld-linux.org Git - packages/qpid-cpp.git/blame - qpid-cpp-perl.patch
- new
[packages/qpid-cpp.git] / qpid-cpp-perl.patch
CommitLineData
591b0ad2
JB
1--- qpidc-0.16/bindings/qpid/Makefile.am.orig 2012-02-22 22:29:07.000000000 +0100
2+++ qpidc-0.16/bindings/qpid/Makefile.am 2012-08-01 16:43:01.997790800 +0200
3@@ -44,17 +44,17 @@
4
5 perl/Makefile: perl/cqpid_perl.cpp
6 cd perl; \
7- $(PERL) Makefile.PL PREFIX=$(prefix) LIB=$(PERL_ARCHLIB) ; \
8+ $(PERL) Makefile.PL INSTALLDIRS=vendor ; \
9 cd ..
10
11 all-local: perl/Makefile
12 cd perl; \
13- $(MAKE) OPTIMIZE="$(CXXFLAGS)" ; \
14+ $(MAKE) CC="$(CC)" OPTIMIZE="$(CXXFLAGS)" ; \
15 cd ..
16
17 install-exec-local:
18 cd perl ; \
19- $(MAKE) pure_install DESTDIR=$(prefix) ; \
20+ $(MAKE) pure_install DESTDIR="$(DESTDIR)" ; \
21 cd ..
22
23 clean-local:
This page took 0.065306 seconds and 4 git commands to generate.