Files
haikuports/dev-libs/uriparser/patches/uriparser-0.8.6.patchset
2018-08-19 01:57:47 +00:00

23 lines
578 B
Plaintext

From c219e6f70dc202058c8165f3aec152743040979c Mon Sep 17 00:00:00 2001
From: Jerome Duval <jerome.duval@gmail.com>
Date: Mon, 20 Nov 2017 18:15:48 +0100
Subject: needs libnetwork
diff --git a/Makefile.am b/Makefile.am
index 828723a..33eed49 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -16,7 +16,7 @@ bin_PROGRAMS = uriparse
uriparse_SOURCES = tool/uriparse.c
uriparse_CFLAGS = -Iinclude
-uriparse_LDADD = $(top_builddir)/liburiparser.la
+uriparse_LDADD = $(top_builddir)/liburiparser.la -lnetwork
uriparse_DEPENDENCIES = $(top_builddir)/liburiparser.la
--
2.16.1