diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-08-06 17:05:09 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-08-06 17:05:09 +0200 |
commit | 208807cc63754f699107bbad24687b3ae1d326fe (patch) | |
tree | 749ada25a27d3659f1b24ae245fe6a416eeb7dae /package/apr | |
parent | f0b814dddb1b74c91fd54af412ad356fc68be4a2 (diff) | |
parent | b03ac31608c2ee5349a5d098980105957a4a6bca (diff) |
fix conflict
Diffstat (limited to 'package/apr')
-rw-r--r-- | package/apr/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/apr/Makefile b/package/apr/Makefile index 4d5f90ba2..3362e3d31 100644 --- a/package/apr/Makefile +++ b/package/apr/Makefile @@ -44,7 +44,7 @@ else CONFIGURE_ARGS+= --disable-ipv6 endif -post-build: +pre-build: # we need to patch paths to get apr-util compiling $(SED) "s,\(^installbuilddir=\"\)\(.*\),\1${STAGING_DIR}\2," \ ${WRKBUILD}/apr-1-config |