|
Revision 3861, 1.0 kB
(checked in by sumsum, 3 years ago)
|
Update Apache Portable Runtime to the newest version.
This is required for subversion 1.6.x
configureargs are required for cross compile here *and* in subversion.
|
| Line | |
|---|
| 1 |
|
|---|
| 2 |
|
|---|
| 3 |
|
|---|
| 4 |
|
|---|
| 5 |
|
|---|
| 6 |
|
|---|
| 7 |
include ${TOPDIR}/rules.mk |
|---|
| 8 |
|
|---|
| 9 |
PKG_NAME:= apr-util |
|---|
| 10 |
PKG_VERSION:= 1.3.4 |
|---|
| 11 |
PKG_RELEASE:= 2 |
|---|
| 12 |
PKG_MD5SUM:= a10e2ca150ff07f484c724c36142211f |
|---|
| 13 |
MASTER_SITES:= http://gd.tuwien.ac.at/infosys/servers/http/apache/dist/apr/ |
|---|
| 14 |
|
|---|
| 15 |
include ${TOPDIR}/mk/package.mk |
|---|
| 16 |
|
|---|
| 17 |
$(eval $(call PKG_template,APR_UTIL,$(PKG_NAME),${PKG_VERSION}-${PKG_RELEASE},${ARCH})) |
|---|
| 18 |
|
|---|
| 19 |
CONFIGURE_STYLE:= gnu |
|---|
| 20 |
CONFIGURE_ARGS+= --without-berkeley-db |
|---|
| 21 |
CONFIGURE_ARGS+= --with-apr=${STAGING_DIR}/usr |
|---|
| 22 |
CONFIGURE_ARGS+= --with-expat=${STAGING_DIR}/usr |
|---|
| 23 |
BUILD_STYLE:= auto |
|---|
| 24 |
INSTALL_STYLE:= auto |
|---|
| 25 |
XAKE_FLAGS+= apr_builddir=${STAGING_DIR}/usr/share/build-1 \ |
|---|
| 26 |
apr_builders=${STAGING_DIR}/usr/share/build-1 |
|---|
| 27 |
|
|---|
| 28 |
post-install: |
|---|
| 29 |
${INSTALL_DIR} ${IDIR_APR_UTIL}/usr/lib |
|---|
| 30 |
${CP} ${WRKINST}/usr/lib/libaprutil-1.so* ${IDIR_APR_UTIL}/usr/lib/ |
|---|
| 31 |
|
|---|
| 32 |
include ${TOPDIR}/mk/pkg-bottom.mk |
|---|