Revision: 25776 http://sourceforge.net/p/gar/code/25776 Author: dmichelsen Date: 2016-06-16 13:51:45 +0000 (Thu, 16 Jun 2016) Log Message: ----------- apr/trunk: Fix #5240
Modified Paths: -------------- csw/mgar/pkg/apr/trunk/Makefile Modified: csw/mgar/pkg/apr/trunk/Makefile =================================================================== --- csw/mgar/pkg/apr/trunk/Makefile 2016-06-15 15:38:47 UTC (rev 25775) +++ csw/mgar/pkg/apr/trunk/Makefile 2016-06-16 13:51:45 UTC (rev 25776) @@ -26,6 +26,7 @@ SPKG_DESC_CSWlibapr-dev = Development file for libapr-1.so.0 # PKGFILES is catchall RUNTIME_DEP_PKGS_CSWlibapr-dev += CSWlibapr1-0 +RUNTIME_DEP_PKGS_CSWlibapr-dev += CSWbash # We must not include -I/opt/csw/include here or the build of apr-util breaks as the system headers # are included before the locally build headers. @@ -48,5 +49,6 @@ include gar/category.mk post-install-modulated: - perl -pi -e 's,/usr/local/lib,$(libdir),g' \ + perl -pi -e 's,/usr/local/lib,$(libdir),g;' \ + -e 's,#! /bin/bash,#!$(bindir)/bash,g;' \ $(DESTDIR)$(libexecdir)/apr/build-1/libtool This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.