From 8f6f2e3166478b14b208ecfb94ddf01d69dd7bdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20Ter=C3=A4s?= Date: Sun, 29 Sep 2013 08:45:29 +0000 Subject: main/[various]: update config.sub (and remove charset.alias) for musl build. the changes are automatically done based on previous build log errors, so this does not guarantee successful build, but is a required. --- main/lua5.2-crypto/APKBUILD | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'main/lua5.2-crypto/APKBUILD') diff --git a/main/lua5.2-crypto/APKBUILD b/main/lua5.2-crypto/APKBUILD index 6cdb4668ad..9e7665085a 100644 --- a/main/lua5.2-crypto/APKBUILD +++ b/main/lua5.2-crypto/APKBUILD @@ -14,6 +14,11 @@ subpackages="$pkgname-dev $pkgname-doc" source="luacrypto-$pkgver.tar.gz::https://github.com/mkottman/luacrypto/archive/$pkgver.tar.gz" _builddir="$srcdir"/luacrypto-$pkgver + +prepare() { + cd "$_builddir" + update_config_sub || return 1 +} build() { cd "$_builddir" LUA_CFLAGS="$(pkg-config lua$_luaver --cflags)" \ -- cgit v1.2.3