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>
This commit is contained in:
Thomas Deutschmann
2018-10-10 15:13:48 +02:00
parent cb7d0ac092
commit ab36c5dace
2 changed files with 13 additions and 0 deletions

View File

@@ -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

View File

@@ -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