summaryrefslogtreecommitdiffstats
path: root/src/libmicrohttpd-1-fixes.patch
blob: 1cdf377877c379e10688fc20ef4a17e44f718879 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
This file is part of MXE. See LICENSE.md for licensing 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