diff options
author | Ørjan Malde <red@foxi.me> | 2020-04-25 19:19:43 +0200 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2020-04-25 18:21:26 +0100 |
commit | f9f61863444b819f571ff6054ab675e028aac897 (patch) | |
tree | 98820abe3d41abd585e4b6ef336761fbe984d042 /groups | |
parent | 3e2acf1a70c24675da4e5c74775cf4e1b7615c69 (diff) | |
download | midipix_build-f9f61863444b819f571ff6054ab675e028aac897.tar.bz2 midipix_build-f9f61863444b819f571ff6054ab675e028aac897.tar.xz |
apr: properly support building shared libraries
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
Diffstat (limited to 'groups')
-rw-r--r-- | groups/231.native_packages_etc.group | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/groups/231.native_packages_etc.group b/groups/231.native_packages_etc.group index 316b7d38..35c8ab87 100644 --- a/groups/231.native_packages_etc.group +++ b/groups/231.native_packages_etc.group @@ -19,7 +19,7 @@ zstd")"; : ${PKG_APR_SHA256SUM:=a67ca9fcf9c4ff59bce7f428a323c8b5e18667fdea7b0ebad47d194371b0a105}; : ${PKG_APR_VERSION:=1.6.5}; : ${PKG_APR_URL:=http://ftp.fau.de/apache/apr/apr-${PKG_APR_VERSION}.tar.bz2}; -: ${PKG_APR_NO_CLEAN:=1}; +: ${PKG_APR_LIBTOOL:=rdlibtool}; : ${PKG_APR_UTIL_DEPENDS:="apr expat sqlite3"}; : ${PKG_APR_UTIL_SHA256SUM:=d3e12f7b6ad12687572a3a39475545a072608f4ba03a6ce8a3778f607dd0035b}; : ${PKG_APR_UTIL_VERSION:=1.6.1}; |