diff options
author | Eric Le Bihan <eric.le.bihan.dev@free.fr> | 2017-06-25 21:26:13 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-07-02 23:32:56 +0200 |
commit | 022cbb3467bc0fe1ca8f57af53aa01654db720c4 (patch) | |
tree | 70133e3fde52d86fc4bdfa6ac1fa8321923c72ba /package/skalibs/0003-Make-linker-use-dummy-file-when-testing-libs.patch | |
parent | 8c7966d22e53ac83f2d8fe41b1a04c3f598502f4 (diff) | |
download | buildroot-022cbb3467bc0fe1ca8f57af53aa01654db720c4.tar.gz buildroot-022cbb3467bc0fe1ca8f57af53aa01654db720c4.zip |
skalibs: bump version to 2.5.1.1
Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/skalibs/0003-Make-linker-use-dummy-file-when-testing-libs.patch')
-rw-r--r-- | package/skalibs/0003-Make-linker-use-dummy-file-when-testing-libs.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/package/skalibs/0003-Make-linker-use-dummy-file-when-testing-libs.patch b/package/skalibs/0003-Make-linker-use-dummy-file-when-testing-libs.patch index ef0e173b91..55cc96ae6a 100644 --- a/package/skalibs/0003-Make-linker-use-dummy-file-when-testing-libs.patch +++ b/package/skalibs/0003-Make-linker-use-dummy-file-when-testing-libs.patch @@ -1,4 +1,4 @@ -From da293110f429e1206728c1551cf0f6b462b3d8c0 Mon Sep 17 00:00:00 2001 +From 4d9aca413b42191223d8dc2ba9b4f943ee90c94b Mon Sep 17 00:00:00 2001 From: Eric Le Bihan <eric.le.bihan.dev@free.fr> Date: Thu, 29 Dec 2016 19:36:24 +0100 Subject: [PATCH] Make linker use dummy file when testing libs @@ -18,10 +18,10 @@ Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr> 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure -index 1579025..12980fb 100755 +index 115fea3..7d38447 100755 --- a/configure +++ b/configure -@@ -173,7 +173,7 @@ trylibs () { +@@ -226,7 +226,7 @@ trylibs () { echo "Checking whether system has $2..." >&3 shift 2 if $CC_AUTO $CPPFLAGS_AUTO $CFLAGS_AUTO -c -o try$name.o src/sysdeps/try$name.c 2>/dev/null ; then @@ -30,7 +30,7 @@ index 1579025..12980fb 100755 if test -z "$*" ; then rm -f try$name.o echo -@@ -189,7 +189,7 @@ trylibs () { +@@ -242,7 +242,7 @@ trylibs () { else echo " ... yes, with$args" >&3 fi @@ -40,5 +40,5 @@ index 1579025..12980fb 100755 else echo -- -2.4.11 +2.9.3 |