mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
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:
@@ -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
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user