diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2018-11-26 08:39:20 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2018-11-26 08:40:25 +0000 |
commit | ff8e2bdfcb59d7e1381aa47a55f9d75a9c86ed3e (patch) | |
tree | 877edd9db7d46df2d6626dd947b384bd8df339ad /testing/hplip/musl-fixes.patch | |
parent | c1fa63fe4f3412c40612bcb388b0c6b191658f5b (diff) | |
download | aports-ff8e2bdfcb59d7e1381aa47a55f9d75a9c86ed3e.tar.bz2 aports-ff8e2bdfcb59d7e1381aa47a55f9d75a9c86ed3e.tar.xz |
testing/hplip: upgrade to 3.18.10
Disable self-upgrade, remove closed-source parts
Patches from Debian and Void
Diffstat (limited to 'testing/hplip/musl-fixes.patch')
-rw-r--r-- | testing/hplip/musl-fixes.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/hplip/musl-fixes.patch b/testing/hplip/musl-fixes.patch new file mode 100644 index 0000000000..58d833bbcd --- /dev/null +++ b/testing/hplip/musl-fixes.patch @@ -0,0 +1,10 @@ +--- protocol/discovery/mdns.c.orig 2015-11-17 09:58:44.171711728 +0100 ++++ protocol/discovery/mdns.c 2015-11-17 09:59:11.347535726 +0100 +@@ -28,6 +28,7 @@ + #include <string.h> + #include <syslog.h> + #include <sys/socket.h> ++#include <sys/select.h> + #include <netinet/in.h> + #include <netdb.h> + #include <arpa/inet.h> |