aboutsummaryrefslogtreecommitdiffstats
path: root/packages/libffi
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2005-06-30 08:19:37 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-06-30 08:19:37 +0000
commitc8e5702127e507e82e6f68a4b8c546803accea9d (patch)
tree00583491f40ecc640f2b28452af995e3a63a09d7 /packages/libffi
parent87ec8ca4d2e2eb4d1c1e1e1a6b46a395d56805b9 (diff)
downloadopenembedded-c8e5702127e507e82e6f68a4b8c546803accea9d.tar.gz
import clean BK tree at cset 1.3670
Diffstat (limited to 'packages/libffi')
-rw-r--r--packages/libffi/.mtn2git_empty0
-rw-r--r--packages/libffi/libffi-2.0+gcc3.4.1/.mtn2git_empty0
-rw-r--r--packages/libffi/libffi-2.0+gcc3.4.1/soname.patch32
3 files changed, 32 insertions, 0 deletions
diff --git a/packages/libffi/.mtn2git_empty b/packages/libffi/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/libffi/.mtn2git_empty
diff --git a/packages/libffi/libffi-2.0+gcc3.4.1/.mtn2git_empty b/packages/libffi/libffi-2.0+gcc3.4.1/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/libffi/libffi-2.0+gcc3.4.1/.mtn2git_empty
diff --git a/packages/libffi/libffi-2.0+gcc3.4.1/soname.patch b/packages/libffi/libffi-2.0+gcc3.4.1/soname.patch
index e69de29bb2..bccf75d183 100644
--- a/packages/libffi/libffi-2.0+gcc3.4.1/soname.patch
+++ b/packages/libffi/libffi-2.0+gcc3.4.1/soname.patch
@@ -0,0 +1,32 @@
+--- libffi.orig/Makefile.am 2003-10-21 21:01:53.000000000 +0200
++++ libffi/Makefile.am 2004-08-09 13:26:13.000000000 +0200
+@@ -175,7 +175,7 @@
+
+ AM_CFLAGS = -Wall -g -fexceptions
+
+-libffi_la_LDFLAGS = -release $(VERSION)
++libffi_la_LDFLAGS = -version-info `grep -v '^\#' $(srcdir)/libtool-version`
+
+ INCLUDES = -I. -I$(top_srcdir)/include -Iinclude -I$(top_srcdir)/src
+
+--- libffi.orig/libtool-version 1970-01-01 01:00:00.000000000 +0100
++++ libffi/libtool-version 2004-08-09 13:24:18.000000000 +0200
+@@ -0,0 +1,6 @@
++# This file is used to maintain libtool version info for libffi. See
++# the libtool manual to understand the meaning of the fields. This is
++# a separate file so that version updates don't involve re-running
++# automake.
++# CURRENT:REVISION:AGE
++3:0:0
+
+--- libtool.orig/Makefile.in 2004-08-09 14:29:09.000000000 +0200
++++ libtool/Makefile.in 2004-08-09 14:29:53.000000000 +0200
+@@ -226,7 +226,7 @@
+
+ AM_CFLAGS = -Wall -g -fexceptions
+
+-libffi_la_LDFLAGS = -release $(VERSION)
++libffi_la_LDFLAGS = -version-info `grep -v '^\#' $(srcdir)/libtool-version`
+
+ INCLUDES = -I. -I$(top_srcdir)/include -Iinclude -I$(top_srcdir)/src
+ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4