summaryrefslogtreecommitdiff
path: root/recipes-bsp
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2018-11-18 13:32:20 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2019-03-06 18:54:40 +0100
commit234850c0e244304b1f517a9c9c2c14ab79068098 (patch)
tree0ea49370a4eb222eb5f0391bd329697ac36dbc9b /recipes-bsp
parent4c3e82e36e4268aaddf289fdfbdfb953a521b1d3 (diff)
tegrarcm: refresh patch
prevents warning: | Applying patch 0001-configure.ac-link-crypotpp-as-a-static-library.patch | patching file configure.ac | Hunk #1 succeeded at 20 with fuzz 1. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/tegrarcm/tegrarcm/0001-configure.ac-link-crypotpp-as-a-static-library.patch13
1 files changed, 6 insertions, 7 deletions
diff --git a/recipes-bsp/tegrarcm/tegrarcm/0001-configure.ac-link-crypotpp-as-a-static-library.patch b/recipes-bsp/tegrarcm/tegrarcm/0001-configure.ac-link-crypotpp-as-a-static-library.patch
index bdafb55..cee5bc3 100644
--- a/recipes-bsp/tegrarcm/tegrarcm/0001-configure.ac-link-crypotpp-as-a-static-library.patch
+++ b/recipes-bsp/tegrarcm/tegrarcm/0001-configure.ac-link-crypotpp-as-a-static-library.patch
@@ -1,4 +1,4 @@
-From fb84c35772a1883c48646638e2b7618442f82ff6 Mon Sep 17 00:00:00 2001
+From 9f60bf915ca239c28e3b35a15867eefb4d1da3f7 Mon Sep 17 00:00:00 2001
From: Max Krummenacher <max.krummenacher@toradex.com>
Date: Tue, 5 May 2015 13:54:11 +0200
Subject: [PATCH] configure.ac: link crypotpp as a static library
@@ -7,16 +7,15 @@ We want to build -native for a 32 bit machine but have issues with certain
distributions 32bit libcryptopp.so. So link against our own build
of a 32bit libcryptopp.a
---
- configure.ac | 2 +-
- src/Makefile.am | 4 ++--
- 2 files changed, 3 insertions(+), 3 deletions(-)
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
-index c95a0ec..250f3c2 100644
+index 943654f..89d75dd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,7 @@ AC_CHECK_LIB([pthread],
- PKG_CHECK_MODULES([LIBUSB], [libusb-1.0])
+ PKG_CHECK_MODULES([LIBUSB], [libusb-1.0 >= 1.0.9])
AC_LANG(C++)
SAVED_LDFLAGS=$LDFLAGS
-LDFLAGS="$LDFLAGS -lcryptopp -lpthread"
@@ -25,5 +24,5 @@ index c95a0ec..250f3c2 100644
AC_LINK_IFELSE(
[AC_LANG_PROGRAM([#include <cryptopp/cryptlib.h>],
--
-1.9.3
+2.13.6