mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
move package libexif:
- no more need, move to pkg-archive branch
This commit is contained in:
parent
6b6830908c
commit
8c524b3798
@ -1,20 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
|
||||
cd $PKG_BUILD
|
||||
./configure --host=$TARGET_NAME \
|
||||
--build=$HOST_NAME \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--localstatedir=/var \
|
||||
--disable-static \
|
||||
--enable-shared \
|
||||
--disable-nls \
|
||||
|
||||
make -C libexif
|
||||
|
||||
$MAKEINSTALL -C libexif
|
||||
cp libexif.pc $SYSROOT_PREFIX/usr/lib/pkgconfig
|
@ -1,6 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
mkdir -p $INSTALL/usr/lib
|
||||
cp -P $PKG_BUILD/libexif/.libs/libexif.so* $INSTALL/usr/lib
|
@ -1,11 +0,0 @@
|
||||
--- libexif-0.6.17/configure.orig 2008-11-06 09:54:03.000000000 +0100
|
||||
+++ libexif-0.6.17/configure 2009-04-19 13:23:36.000000000 +0200
|
||||
@@ -4465,7 +4465,7 @@
|
||||
;;
|
||||
|
||||
# This must be Linux ELF.
|
||||
-linux* | k*bsd*-gnu)
|
||||
+linux* | k*bsd*-gnu | linux-uclibc*)
|
||||
lt_cv_deplibs_check_method=pass_all
|
||||
;;
|
||||
|
@ -1 +0,0 @@
|
||||
http://prdownloads.sourceforge.net/libexif/libexif-0.6.18.tar.gz
|
Loading…
x
Reference in New Issue
Block a user