2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-07 16:32:28 +00:00

pciutils: enable CC

This commit is contained in:
Dylan Araps 2019-10-08 21:45:48 +03:00
parent 083ddd880e
commit f3548a1ef9
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E

View File

@ -5,6 +5,7 @@ mk() {
make \ make \
PREFIX=/usr \ PREFIX=/usr \
ZLIB=no \ ZLIB=no \
CC="${CC:-gcc}" \
OPT="$CFLAGS" \ OPT="$CFLAGS" \
SHAREDIR=/usr/share/hwdata \ SHAREDIR=/usr/share/hwdata \
MANDIR=/usr/share/man \ MANDIR=/usr/share/man \