diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-08-05 20:11:11 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-08-05 20:11:11 +0200 |
commit | 328d2dfe246388350da364b3faab846ae4c4b4ec (patch) | |
tree | b1621198fda3c483fdb454f1b19917767e06a6cf /package/apr/Makefile | |
parent | c756e0cdb615efc8dae721774dace70c2be167e6 (diff) | |
parent | 37c9ea3cb1b50e51371f49b9fd1d4e7b3b44b19f (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/apr/Makefile')
-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 |