diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-10-10 15:13:48 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-10-10 15:13:48 +0200 |
commit | ab36c5dacec3cd210440834fe2de5766ee32e8cf (patch) | |
tree | 75e3a5f1e9677780ff3238b409bcb53030b08c51 /net-misc/lksctp-tools | |
parent | sys-kernel/gentoo-sources: Linuxpatch 4.9.132 (diff) | |
download | gentoo-ab36c5dacec3cd210440834fe2de5766ee32e8cf.tar.gz gentoo-ab36c5dacec3cd210440834fe2de5766ee32e8cf.tar.bz2 gentoo-ab36c5dacec3cd210440834fe2de5766ee32e8cf.zip |
net-misc/lksctp-tools: fix installation of /usr/include/netinet/sctp.h
Closes: https://bugs.gentoo.org/667512
Package-Manager: Portage-2.3.50, Repoman-2.3.11
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'net-misc/lksctp-tools')
-rw-r--r-- | net-misc/lksctp-tools/files/lksctp-tools-1.0.18-install-sctp.h.patch | 11 | ||||
-rw-r--r-- | net-misc/lksctp-tools/lksctp-tools-1.0.18-r1.ebuild (renamed from net-misc/lksctp-tools/lksctp-tools-1.0.18.ebuild) | 2 |
2 files changed, 13 insertions, 0 deletions
diff --git a/net-misc/lksctp-tools/files/lksctp-tools-1.0.18-install-sctp.h.patch b/net-misc/lksctp-tools/files/lksctp-tools-1.0.18-install-sctp.h.patch new file mode 100644 index 000000000000..f831e6c30b3b --- /dev/null +++ b/net-misc/lksctp-tools/files/lksctp-tools-1.0.18-install-sctp.h.patch @@ -0,0 +1,11 @@ +https://github.com/sctp/lksctp-tools/commit/378560050a8f93786c590cc99a55461666205b61 + +--- a/src/include/netinet/Makefile.am ++++ b/src/include/netinet/Makefile.am +@@ -11,5 +11,4 @@ libcnetinetdir = $(includedir)/netinet + # API. + include_HEADERS = + +-libcnetinet_HEADERS = sctp.h.in +-BUILT_SOURCES = sctp.h ++libcnetinet_HEADERS = sctp.h diff --git a/net-misc/lksctp-tools/lksctp-tools-1.0.18.ebuild b/net-misc/lksctp-tools/lksctp-tools-1.0.18-r1.ebuild index 3f6e48874618..8dff226ebe28 100644 --- a/net-misc/lksctp-tools/lksctp-tools-1.0.18.ebuild +++ b/net-misc/lksctp-tools/lksctp-tools-1.0.18-r1.ebuild @@ -25,6 +25,8 @@ WARNING_IP_SCTP="CONFIG_IP_SCTP:\tis not set when it should be." DOCS=( AUTHORS ChangeLog INSTALL NEWS README ROADMAP ) +PATCHES=( "${FILESDIR}"/${P}-install-sctp.h.patch ) + src_prepare() { default |