mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
libcdio:
- build as shared libs
This commit is contained in:
parent
25284cbbc7
commit
01d8dbbc43
@ -11,8 +11,8 @@ cd $PKG_BUILD
|
||||
--build=$HOST_NAME \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--enable-static \
|
||||
--disable-shared \
|
||||
--disable-static \
|
||||
--enable-shared \
|
||||
--disable-cxx \
|
||||
--without-cd-drive \
|
||||
--without-cd-info \
|
||||
|
9
packages/audio/libcdio/install
Normal file
9
packages/audio/libcdio/install
Normal file
@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/install libiconv
|
||||
$SCRIPTS/install ncurses
|
||||
|
||||
mkdir -p $INSTALL/usr/lib
|
||||
cp -PR $PKG_BUILD/lib/*/.libs/*.so*[.0-9] $INSTALL/usr/lib
|
Loading…
x
Reference in New Issue
Block a user