diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2016-02-24 10:38:16 -0300 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2016-02-24 17:38:52 +0100 |
commit | ad8358599649bc336ee17a1fc02a0ca350d1352b (patch) | |
tree | 55f164ff801738acc23aadb0f082f273ab0583f5 /package/sdparm/0000-makefile-remove-host-headers-include.patch | |
parent | 52b054fb3e14192ed94627a2b4eb2d96c557501e (diff) | |
download | buildroot-ad8358599649bc336ee17a1fc02a0ca350d1352b.tar.gz buildroot-ad8358599649bc336ee17a1fc02a0ca350d1352b.zip |
sdparm: bump to version 1.10
0000-makefile-remove-host-headers-include.patch is upstream so remove it
and drop autoreconf.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/sdparm/0000-makefile-remove-host-headers-include.patch')
-rw-r--r-- | package/sdparm/0000-makefile-remove-host-headers-include.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/package/sdparm/0000-makefile-remove-host-headers-include.patch b/package/sdparm/0000-makefile-remove-host-headers-include.patch deleted file mode 100644 index 765a81d16b..0000000000 --- a/package/sdparm/0000-makefile-remove-host-headers-include.patch +++ /dev/null @@ -1,19 +0,0 @@ -src/Makefile.am: remove host headers incdlue - -Using host headers is bad for cross compilation. Instead, use the '=' prefix -which expands to the current sysroot. - -Signed-off-by: Baruch Siach <baruch@tkos.co.il> ---- -diff -Nuar sdparm-1.09-orig/src/Makefile.am sdparm-1.09/src/Makefile.am ---- sdparm-1.09-orig/src/Makefile.am 2014-09-23 18:48:44.000000000 +0300 -+++ sdparm-1.09/src/Makefile.am 2015-02-06 09:33:43.693477667 +0200 -@@ -41,7 +41,7 @@ - ../lib/sg_pt_common.c - - if HAVE_SGUTILS --INCLUDES = -I/usr/include/scsi -+INCLUDES = -I=/scsi - sdparm_LDADD = @GETOPT_O_FILES@ @os_libs@ @SGUTILS_LIBS@ - sdparm_DEPENDENCIES = @GETOPT_O_FILES@ - else |