merge of '07a342693675fe2b1daacf0eb62302579d9fade3'
[org.openembedded.dev.git] / packages / libffi / libffi-2.0+gcc3.4.1 / soname.patch
blobbccf75d183f8ff6a9c0e8dc7c4401980a58b2cd1
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 @@
5 AM_CFLAGS = -Wall -g -fexceptions
7 -libffi_la_LDFLAGS = -release $(VERSION)
8 +libffi_la_LDFLAGS = -version-info `grep -v '^\#' $(srcdir)/libtool-version`
10 INCLUDES = -I. -I$(top_srcdir)/include -Iinclude -I$(top_srcdir)/src
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
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 @@
26 AM_CFLAGS = -Wall -g -fexceptions
28 -libffi_la_LDFLAGS = -release $(VERSION)
29 +libffi_la_LDFLAGS = -version-info `grep -v '^\#' $(srcdir)/libtool-version`
31 INCLUDES = -I. -I$(top_srcdir)/include -Iinclude -I$(top_srcdir)/src
32 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4