summaryrefslogtreecommitdiff
path: root/package/apr
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-05-31 16:50:53 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-05-31 16:50:53 +0200
commiteee3718f1ec72f689f3a241af008e985819826df (patch)
tree6c3f58ac7adb7e2ce85f53ed71a418b656a5b162 /package/apr
parentb74845e7a1608a96af70e1b3ae4c6c28e5052e7a (diff)
parent1cd31f169fab4ab0ce45617c161da3fec9f7359d (diff)
Merge branch 'master' of ssh://openadk.org/git/openadk
Diffstat (limited to 'package/apr')
-rw-r--r--package/apr/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/package/apr/Makefile b/package/apr/Makefile
index bfe4f5b8f..6917bb2bd 100644
--- a/package/apr/Makefile
+++ b/package/apr/Makefile
@@ -46,9 +46,6 @@ post-install:
${CP} ${WRKINST}/usr/share/build/* ${STAGING_DIR}/usr/share/build/
# we need to patch paths to get apr-util compiling
$(SED) "s,\(^installbuilddir=\"\)\(.*\),\1${STAGING_DIR}\2," ${WRKINST}/usr/bin/apr-config
- $(SED) "s,\(^libdir=\"\)\(.*\),\1${STAGING_DIR}\2," ${WRKINST}/usr/bin/apr-config
$(SED) "s,\(^datadir=\"\)\(.*\),\1${STAGING_DIR}\2," ${WRKINST}/usr/bin/apr-config
- $(SED) "s,\(^includedir=\"\)\(.*\),\1${STAGING_DIR}\2," ${WRKINST}/usr/bin/apr-config
- $(SED) "s,\(^bindir=\"\)\(.*\),\1${STAGING_DIR}\2," ${WRKINST}/usr/bin/apr-config
include ${TOPDIR}/mk/pkg-bottom.mk