mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
fix Openchrome dl error
This commit is contained in:
parent
a80c212f41
commit
90b99b9f98
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated make config: don't edit
|
||||
# Version: 0.9.30-rc3
|
||||
# Version: 0.9.30.1
|
||||
#
|
||||
# TARGET_alpha is not set
|
||||
# TARGET_arm is not set
|
||||
@ -102,7 +102,8 @@ UCLIBC_SUSV3_LEGACY=y
|
||||
# UCLIBC_SUSV3_LEGACY_MACROS is not set
|
||||
# UCLIBC_HAS_STUBS is not set
|
||||
UCLIBC_HAS_SHADOW=y
|
||||
# UCLIBC_HAS_PROGRAM_INVOCATION_NAME is not set
|
||||
UCLIBC_HAS_PROGRAM_INVOCATION_NAME=y
|
||||
UCLIBC_HAS___PROGNAME=y
|
||||
UCLIBC_HAS_PTY=y
|
||||
# ASSUME_DEVPTS is not set
|
||||
# UNIX98PTY_ONLY is not set
|
||||
|
@ -7,5 +7,5 @@ mkdir -p $INSTALL/usr/lib
|
||||
cp -PR $BUILD/$1*/src/.libs/libpciaccess.so* $INSTALL/usr/lib
|
||||
|
||||
mkdir -p $INSTALL/usr/bin
|
||||
cp -PR $BUILD/$1*/src/scanpci $INSTALL/usr/lib
|
||||
cp -PR $BUILD/$1*/src/.libs/scanpci $INSTALL/usr/bin
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user