mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-21 16:41:52 +01:00
main/libmpeg2: fix build
This commit is contained in:
parent
7a8fac1711
commit
419fc5cf6c
@ -15,6 +15,11 @@ source="http://$pkgname.sourceforge.net/files/$pkgname-$pkgver.tar.gz
|
||||
|
||||
builddir="$srcdir/$pkgname-$pkgver"
|
||||
|
||||
prepare() {
|
||||
update_config_sub
|
||||
default_prepare
|
||||
}
|
||||
|
||||
build() {
|
||||
cd "$builddir"
|
||||
./configure \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user