mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-04-24 22:47:18 +00:00
pciutils: dont strip binarys again on install (done already with $LDFLAGS)
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
bf6faa6195
commit
ea84b97add
@ -34,15 +34,18 @@ make OPT="$CFLAGS" \
|
||||
ZLIB=no \
|
||||
DNS=no \
|
||||
SHARED=yes \
|
||||
STRIP="" \
|
||||
PREFIX=/usr \
|
||||
|
||||
make PREFIX=/usr \
|
||||
SHARED=yes \
|
||||
STRIP=""\
|
||||
IDSDIR="/usr/share" \
|
||||
DESTDIR=$SYSROOT_PREFIX install
|
||||
|
||||
make PREFIX=/usr \
|
||||
SHARED=yes \
|
||||
STRIP="" \
|
||||
IDSDIR="/usr/share" \
|
||||
DESTDIR=$SYSROOT_PREFIX install-lib
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user