2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +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 \
PREFIX=/usr \
ZLIB=no \
CC="${CC:-gcc}" \
OPT="$CFLAGS" \
SHAREDIR=/usr/share/hwdata \
MANDIR=/usr/share/man \