mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
libcap: build without gperf
This commit is contained in:
parent
e13b6227b6
commit
2fd35fc1e6
@ -49,6 +49,7 @@ make_host() {
|
||||
BUILD_CFLAGS="$HOST_CFLAGS -I$PKG_BUILD/libcap/include" \
|
||||
PAM_CAP=no \
|
||||
lib=/lib \
|
||||
BUILD_GPERF=no \
|
||||
-C libcap libcap.pc libcap.a
|
||||
}
|
||||
|
||||
@ -62,6 +63,7 @@ make_target() {
|
||||
BUILD_CFLAGS="$HOST_CFLAGS -I$PKG_BUILD/libcap/include" \
|
||||
PAM_CAP=no \
|
||||
lib=/lib \
|
||||
BUILD_GPERF=no \
|
||||
-C libcap libcap.pc libcap.a
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user