diff options
| author | Baruch Siach <baruch@tkos.co.il> | 2015-10-27 14:57:16 +0200 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2015-10-27 22:09:39 +0100 |
| commit | 9972408a94fa8447786de5d15a11f2649b43a882 (patch) | |
| tree | 02d6f135714af27a8bf769076ed69cff24db22a0 /package/ipmiutil/0001-configure.ac-use-CC-instead-of-gcc-full-link-for-sta.patch | |
| parent | 1c8e10e0ca7833cee05231a5d629feab0be1245a (diff) | |
| download | buildroot-9972408a94fa8447786de5d15a11f2649b43a882.tar.gz buildroot-9972408a94fa8447786de5d15a11f2649b43a882.zip | |
ipmiutil: bump to version 2.9.7
Remove upstream or unneeded patches. Renumber and refresh the doc disable
patch. Add a different version of the lanplus disable fix (sent upstream) that
integrates with upstream change in this area.
Cc: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/ipmiutil/0001-configure.ac-use-CC-instead-of-gcc-full-link-for-sta.patch')
| -rw-r--r-- | package/ipmiutil/0001-configure.ac-use-CC-instead-of-gcc-full-link-for-sta.patch | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/package/ipmiutil/0001-configure.ac-use-CC-instead-of-gcc-full-link-for-sta.patch b/package/ipmiutil/0001-configure.ac-use-CC-instead-of-gcc-full-link-for-sta.patch deleted file mode 100644 index 07e37d4a17..0000000000 --- a/package/ipmiutil/0001-configure.ac-use-CC-instead-of-gcc-full-link-for-sta.patch +++ /dev/null @@ -1,43 +0,0 @@ -From 2909bfbc97559cf3e28c9045f64e3078aacca354 Mon Sep 17 00:00:00 2001 -From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> -Date: Sat, 4 Apr 2015 17:59:32 +0200 -Subject: [PATCH] configure.ac: use CC instead of gcc, full link for stack - protector test - -Using gcc directly is incorrect when cross-compiling, $CC should be -used instead. - -Also, for the stack protector test, a full link is needed, since just -the compilation can work, but the link can fail due to libssp not -being available in the toolchain. - -Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> ---- - configure.ac | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/configure.ac b/configure.ac -index c1193c6..61efbc5 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -308,7 +308,7 @@ else - echo $ECHO_N "checking compile warning flags ... $ECHO_C" - cfwarn="-Wno-pointer-sign -Wno-sign-conversion -Wunused-result -Wgnu-designator" - echo "int main() { return(1); }" >$tmpc -- gcc -o $tmpo -c $cfwarn $tmpc >/dev/null 2>&1 -+ $CC -o $tmpo -c $cfwarn $tmpc >/dev/null 2>&1 - if test $? -ne 0 ; then - cfwarn= - echo "skip" -@@ -319,7 +319,7 @@ else - echo $ECHO_N "checking compile fortify flags ... $ECHO_C" - cfhard="-fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2" - echo "int main() { return(1); }" >$tmpc -- gcc -o $tmpo -c $cfhard $tmpc >/dev/null 2>&1 -+ $CC -o $tmpo $cfhard $tmpc >/dev/null 2>&1 - if test $? -ne 0 ; then - cfhard= - echo "skip" --- -2.1.0 - |

