summaryrefslogtreecommitdiffstats
path: root/src/libmicrohttpd-1-fixes.patch
diff options
context:
space:
mode:
Diffstat (limited to 'src/libmicrohttpd-1-fixes.patch')
-rw-r--r--src/libmicrohttpd-1-fixes.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/src/libmicrohttpd-1-fixes.patch b/src/libmicrohttpd-1-fixes.patch
new file mode 100644
index 0000000..31891be
--- /dev/null
+++ b/src/libmicrohttpd-1-fixes.patch
@@ -0,0 +1,27 @@
+This file is part of MXE.
+See index.html for further information.
+
+Contains ad hoc patches for cross building.
+
+From e4d4a423ea51d159b7a214b2aa2f6f36ab49df70 Mon Sep 17 00:00:00 2001
+From: MXE
+Date: Tue, 12 Nov 2013 00:45:28 +1100
+Subject: [PATCH] add requirements to pkg-config file
+
+
+diff --git a/libmicrohttpd.pc.in b/libmicrohttpd.pc.in
+index 54ce379..5cb9321 100644
+--- a/libmicrohttpd.pc.in
++++ b/libmicrohttpd.pc.in
+@@ -6,7 +6,7 @@ includedir=@includedir@
+ Name: libmicrohttpd
+ Description: A library for creating an embedded HTTP server
+ Version: @VERSION@
+-Requires:
++Requires: pthreads plibc
+ Conflicts:
+ Libs: -L${libdir} -lmicrohttpd
+ Libs.private: @MHD_LIBDEPS@
+--
+1.8.4
+