diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-08-05 09:06:21 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-08-05 09:06:21 +0200 |
commit | 9d02d77d7e672c9360f949dd19dddb94aa2555d4 (patch) | |
tree | 30408e4fc63553aab676d913d72a9d17c0744b53 /package | |
parent | 602e9729c8276379a8779e503f3b3fa360c2d407 (diff) |
patching needs earlier done
Diffstat (limited to 'package')
-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 |