summaryrefslogtreecommitdiffstats
path: root/package/libffi/0001-Fix-installation-location-of-libffi.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/libffi/0001-Fix-installation-location-of-libffi.patch')
-rw-r--r--package/libffi/0001-Fix-installation-location-of-libffi.patch15
1 files changed, 10 insertions, 5 deletions
diff --git a/package/libffi/0001-Fix-installation-location-of-libffi.patch b/package/libffi/0001-Fix-installation-location-of-libffi.patch
index 56e08f7363..6ac9123730 100644
--- a/package/libffi/0001-Fix-installation-location-of-libffi.patch
+++ b/package/libffi/0001-Fix-installation-location-of-libffi.patch
@@ -1,7 +1,10 @@
-From 102c02de867bfe831b5366c89d66bcf170db962e Mon Sep 17 00:00:00 2001
+From 580f46a7bc6e9fea3a2227b5268cc3aed1d60e3b Mon Sep 17 00:00:00 2001
From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Date: Thu, 7 Feb 2013 22:26:56 +0100
Subject: [PATCH] Fix installation location of libffi
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
The libffi is currently declared as toolexeclib_LTLIBRARIES. In many
cases, toolexeclib libraries will be installed in /usr/lib, so it
@@ -28,15 +31,17 @@ the more standard lib_LTLIBRARIES, which ensures that the libffi
library is always installed in /usr/lib.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
+[unfuzz for 3.2.1]
+Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
---
- Makefile.am | 2 +-
+ Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile.am b/Makefile.am
-index 6f669ca..b60bcc1 100644
+index 0e40451..309474c 100644
--- a/Makefile.am
+++ b/Makefile.am
-@@ -93,7 +93,7 @@ FLAGS_TO_PASS = $(AM_MAKEFLAGS)
+@@ -104,7 +104,7 @@ FLAGS_TO_PASS = $(AM_MAKEFLAGS)
MAKEOVERRIDES=
@@ -46,5 +51,5 @@ index 6f669ca..b60bcc1 100644
libffi_la_SOURCES = src/prep_cif.c src/types.c \
--
-1.7.9.5
+2.5.3
OpenPOWER on IntegriCloud