mirror of
https://github.com/AuxXxilium/kmod.git
synced 2025-02-05 00:15:32 +07:00
Do not configure if NOCONFIGURE is set
This commit is contained in:
parent
e7d903696a
commit
c931d00bf0
@ -22,4 +22,6 @@ args="--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--libdir=$(libdir /usr/lib)"
|
||||
|
||||
./configure $args CFLAGS="${MYCFLAGS} ${CFLAGS}" $@
|
||||
if [ -z "$NOCONFIGURE" ]; then
|
||||
./configure $args CFLAGS="${MYCFLAGS} ${CFLAGS}" $@
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user