net-libs/libflowmanager: Add include (bug #639456).

Package-Manager: Portage-2.3.16, Repoman-2.3.6
This commit is contained in:
Jeroen Roovers
2017-12-02 11:52:11 +01:00
parent 738e9572c1
commit e96adb22c8
3 changed files with 14 additions and 1 deletions

View File

@@ -1 +1 @@
DIST libflowmanager-3.0.0.tar.gz 405501 SHA256 0866adfcdc223426ba17d6133a657d94928b4f8e12392533a27387b982178373 SHA512 7f6eebb996c50ffa7f2882e0448c95b88cbef433fbc40928a6d111a86c3006ef80cc71b4cb5e73dbe13753410cd88bfcfd32616a0969e417e5a832684b5f0aca WHIRLPOOL b1774686fc222c44598530f769b9658c8c07a470a0537f4ae7f2a655736651e34a712432496cfe468efec54b8ae484354e55af16bc9020d8428e6c9500c2e249
DIST libflowmanager-3.0.0.tar.gz 405501 BLAKE2B bccc7b4bd83038e0f4016fcedcf7f8a808cd2e13f02bdb2e012cda5e2eea3a9cdc59df68e53a335a18004adc90f9308ca08be11ecf0f12429466d9671424c6d9 SHA512 7f6eebb996c50ffa7f2882e0448c95b88cbef433fbc40928a6d111a86c3006ef80cc71b4cb5e73dbe13753410cd88bfcfd32616a0969e417e5a832684b5f0aca

View File

@@ -0,0 +1,10 @@
--- a/lib/tcp_reorder.c
+++ b/lib/tcp_reorder.c
@@ -47,6 +47,7 @@
*/
#include <stdlib.h>
+#include <stdint.h> /* UINT32_MAX */
#include <assert.h>
#include <stdio.h>
#include <libtrace.h>

View File

@@ -19,6 +19,9 @@ DEPEND="
RDEPEND="
${DEPEND}
"
PATCHES=(
"${FILESDIR}"/${PN}-3.0.0-stdint_h.patch
)
src_configure() {
econf $(use_enable static-libs static)