mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
main/libmcrypt: build fix. update config.sub
This commit is contained in:
parent
fe89ddb7cc
commit
246cddfac4
@ -12,6 +12,11 @@ install=
|
||||
subpackages="$pkgname-doc $pkgname-dev"
|
||||
source="http://downloads.sourceforge.net/mcrypt/${pkgname}-${pkgver}.tar.bz2"
|
||||
|
||||
prepare() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
update_config_sub
|
||||
}
|
||||
|
||||
build() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user