]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/libffi/libffi-2.0+gcc3.4.1/soname.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / libffi / libffi-2.0+gcc3.4.1 / soname.patch
1 --- libffi.orig/Makefile.am     2003-10-21 21:01:53.000000000 +0200
2 +++ libffi/Makefile.am  2004-08-09 13:26:13.000000000 +0200
3 @@ -175,7 +175,7 @@
4  
5  AM_CFLAGS = -Wall -g -fexceptions
6  
7 -libffi_la_LDFLAGS = -release $(VERSION) 
8 +libffi_la_LDFLAGS = -version-info `grep -v '^\#' $(srcdir)/libtool-version`
9  
10  INCLUDES = -I. -I$(top_srcdir)/include -Iinclude -I$(top_srcdir)/src
11  
12 --- libffi.orig/libtool-version 1970-01-01 01:00:00.000000000 +0100
13 +++ libffi/libtool-version      2004-08-09 13:24:18.000000000 +0200
14 @@ -0,0 +1,6 @@
15 +# This file is used to maintain libtool version info for libffi.  See
16 +# the libtool manual to understand the meaning of the fields.  This is
17 +# a separate file so that version updates don't involve re-running
18 +# automake.
19 +# CURRENT:REVISION:AGE
20 +3:0:0
21
22 --- libtool.orig/Makefile.in    2004-08-09 14:29:09.000000000 +0200
23 +++ libtool/Makefile.in 2004-08-09 14:29:53.000000000 +0200
24 @@ -226,7 +226,7 @@
25  
26  AM_CFLAGS = -Wall -g -fexceptions
27  
28 -libffi_la_LDFLAGS = -release $(VERSION) 
29 +libffi_la_LDFLAGS = -version-info `grep -v '^\#' $(srcdir)/libtool-version`
30  
31  INCLUDES = -I. -I$(top_srcdir)/include -Iinclude -I$(top_srcdir)/src
32  ACLOCAL_M4 = $(top_srcdir)/aclocal.m4