diff options
| author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2016-01-24 14:37:59 +0100 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-01-25 23:36:13 +0100 |
| commit | d04649348671f947f5eb680e9269c157c0f8d33f (patch) | |
| tree | 7982609fa8b8d9f51be030528120b7fe363803b9 | |
| parent | a6bccd66434730d791daf19d963789916c886e77 (diff) | |
| download | buildroot-d04649348671f947f5eb680e9269c157c0f8d33f.tar.gz buildroot-d04649348671f947f5eb680e9269c157c0f8d33f.zip | |
package/dvbsnoop: fix musl build
Fixes
http://autobuild.buildroot.net/results/6fb/6fbe96af007803acfe9deacf26399cb19e5f2b47/
http://autobuild.buildroot.net/results/be6/be64a45ac158b9057fb3e7ef9b515250acc77187/
and many others
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| -rw-r--r-- | package/dvbsnoop/0001-musl-types-h.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/package/dvbsnoop/0001-musl-types-h.patch b/package/dvbsnoop/0001-musl-types-h.patch new file mode 100644 index 0000000000..1149df0d07 --- /dev/null +++ b/package/dvbsnoop/0001-musl-types-h.patch @@ -0,0 +1,15 @@ +Fix musl build + +Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> + +diff -uNr dvbsnoop-1.4.50.org/src/misc/helper.h dvbsnoop-1.4.50/src/misc/helper.h +--- dvbsnoop-1.4.50.org/src/misc/helper.h 2006-01-02 20:04:56.000000000 +0100 ++++ dvbsnoop-1.4.50/src/misc/helper.h 2016-01-24 14:35:02.000000000 +0100 +@@ -16,6 +16,7 @@ + #ifndef __HELPER_H + #define __HELPER_H + ++#include <sys/types.h> + + u_long outBit_Sx (int verbosity, const char *text, u_char *buf, int startbit, int bitlen); + u_long outBit_Sx_NL (int verbosity, const char *text, u_char *buf, int startbit, int bitlen); |

