mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
testing/ii: call default_prepare in prepare
This commit is contained in:
parent
12c1a4ad45
commit
8ee0da8a3c
@ -10,10 +10,10 @@ license="MIT"
|
||||
options="!check" # upstream doesn't have a test suite
|
||||
subpackages="$pkgname-doc"
|
||||
source="http://dl.suckless.org/tools/$pkgname-$pkgver.tar.gz"
|
||||
|
||||
builddir="$srcdir/$pkgname-$pkgver"
|
||||
|
||||
prepare() {
|
||||
default_prepare
|
||||
sed -i "$builddir/config.mk" \
|
||||
-e '/CFLAGS/{s/-g -O0//;s/=/+=/}' \
|
||||
-e '/LDFLAGS/{s/-s//;s/=/+=/}'
|
||||
|
Loading…
Reference in New Issue
Block a user