mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
move package libffi:
- no more need, move to pkg-archive branch
This commit is contained in:
parent
2b65a9ffff
commit
8f752086f1
@ -1,18 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
|
||||
cd $PKG_BUILD
|
||||
./configure --host=$TARGET_NAME \
|
||||
--build=$HOST_NAME \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--disable-static \
|
||||
--enable-shared \
|
||||
--disable-debug \
|
||||
|
||||
make
|
||||
|
||||
$MAKEINSTALL
|
@ -1,6 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
mkdir -p $INSTALL/usr/lib
|
||||
cp -PR $PKG_BUILD/.libs/*.so* $INSTALL/usr/lib
|
@ -1,27 +0,0 @@
|
||||
see: https://svn.tfm.ro/tfm/server/uClibc/trunk/uClibc-0.9.30.1-tfm.patch
|
||||
|
||||
diff -Naur libffi-3.0.8/include/ffi.h.in libffi-3.0.8.patch/include/ffi.h.in
|
||||
--- libffi-3.0.8/include/ffi.h.in 2008-04-03 20:57:34.000000000 +0200
|
||||
+++ libffi-3.0.8.patch/include/ffi.h.in 2009-08-01 23:12:05.000000000 +0200
|
||||
@@ -70,19 +70,8 @@
|
||||
#include <stddef.h>
|
||||
#include <limits.h>
|
||||
|
||||
-/* LONG_LONG_MAX is not always defined (not if STRICT_ANSI, for example).
|
||||
- But we can find it either under the correct ANSI name, or under GNU
|
||||
- C's internal name. */
|
||||
-#ifdef LONG_LONG_MAX
|
||||
-# define FFI_LONG_LONG_MAX LONG_LONG_MAX
|
||||
-#else
|
||||
-# ifdef LLONG_MAX
|
||||
-# define FFI_LONG_LONG_MAX LLONG_MAX
|
||||
-# else
|
||||
-# ifdef __GNUC__
|
||||
-# define FFI_LONG_LONG_MAX __LONG_LONG_MAX__
|
||||
-# endif
|
||||
-# endif
|
||||
+#if defined __USE_ISOC99 && defined __GNUC__
|
||||
+# define FFI_LONG_LONG_MAX __LONG_LONG_MAX__
|
||||
#endif
|
||||
|
||||
/* The closure code assumes that this works on pointers, i.e. a size_t */
|
@ -1 +0,0 @@
|
||||
ftp://sourceware.org/pub/libffi/libffi-3.0.8.tar.gz
|
Loading…
x
Reference in New Issue
Block a user