mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
main/vblade: force our CFLAGS
Without this change the code gets compiled with `-Wall -O2 -g`.
This commit is contained in:
parent
846e28748d
commit
0ff38eebac
@ -17,7 +17,7 @@ builddir="$srcdir"/$pkgname-$pkgname-$pkgver
|
||||
|
||||
build() {
|
||||
cd "$builddir"
|
||||
make
|
||||
make CFLAGS="$CFLAGS"
|
||||
}
|
||||
|
||||
package() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user