You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by mc...@apache.org on 2012/12/06 21:33:46 UTC

svn commit: r1418058 - /qpid/branches/0.20/qpid/cpp/bindings/qpid/Makefile.am

Author: mcpierce
Date: Thu Dec  6 20:33:45 2012
New Revision: 1418058

URL: http://svn.apache.org/viewvc?rev=1418058&view=rev
Log:
QPID-4415: Fixes Perl bindings install location

Removed the DESTDIR option in the Makefile.am file for the Qpid language
bindings for Perl.

Also includes a fix from Jimmy Jones to remove the LIB argument to
Makefile.PL to ensure the install location is correct.

Modified:
    qpid/branches/0.20/qpid/cpp/bindings/qpid/Makefile.am

Modified: qpid/branches/0.20/qpid/cpp/bindings/qpid/Makefile.am
URL: http://svn.apache.org/viewvc/qpid/branches/0.20/qpid/cpp/bindings/qpid/Makefile.am?rev=1418058&r1=1418057&r2=1418058&view=diff
==============================================================================
--- qpid/branches/0.20/qpid/cpp/bindings/qpid/Makefile.am (original)
+++ qpid/branches/0.20/qpid/cpp/bindings/qpid/Makefile.am Thu Dec  6 20:33:45 2012
@@ -44,7 +44,7 @@ perl/cqpid_perl.cpp: $(srcdir)/perl/perl
 
 perl/Makefile: perl/cqpid_perl.cpp
 	cd perl; \
-		$(PERL) Makefile.PL PREFIX=$(prefix) LIB=$(PERL_ARCHLIB) ; \
+		$(PERL) Makefile.PL PREFIX=$(prefix) ; \
 	cd ..
 
 all-local: perl/Makefile
@@ -54,7 +54,7 @@ all-local: perl/Makefile
 
 install-exec-local:
 	cd perl ; \
-		$(MAKE) pure_install DESTDIR=$(prefix) ; \
+		$(MAKE) pure_install ; \
 	cd ..
 
 clean-local:



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org