mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 13:57:14 +02:00
community/chntpw: add -Wno-incompatible-pointer-types for GCC 14
This commit is contained in:
parent
c958f5f6c1
commit
a4cadfea9a
@ -18,7 +18,7 @@ source="http://pogostick.net/~pnh/ntpasswd/$pkgname-source-$pkgver.zip
|
|||||||
"
|
"
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
make CC="${CC:-gcc}" CFLAGS="$CFLAGS" \
|
make CC="${CC:-gcc}" CFLAGS="$CFLAGS -Wno-incompatible-pointer-types" \
|
||||||
chntpw cpnt reged
|
chntpw cpnt reged
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user