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

Contains ad hoc patches for cross building.

From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: "fix@me" <fix@me>
Date: Tue, 12 Nov 2013 00:45:28 +1100
Subject: [PATCH 1/1] add requirements to pkg-config file


diff --git a/libmicrohttpd.pc.in b/libmicrohttpd.pc.in
index 1111111..2222222 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@