Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2003-02-21 14:28:10 +0300
committerMiguel de Icaza <miguel@gnome.org>2003-02-21 14:28:10 +0300
commit6a5eb47932d5c2c61a21b5eebd0f55b986911638 (patch)
treee7801ea5e316589129e813365ad57699d0ce5d62 /mono.pc.in
parent94a679522dfe0a97da75919ceccba9bb3e09b1db (diff)
Add linker flags to the mono.pc.in to include the -lpthread in a pkg-config
invocation for the Mono runtime. Dick and Paolo reported: pthread remappes the sigrtmin signal, so it needs to be loaded from the start of the lifetime of the app svn path=/trunk/mono/; revision=11801
Diffstat (limited to 'mono.pc.in')
-rw-r--r--mono.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/mono.pc.in b/mono.pc.in
index 1e50f2bfcbf..8191c7b11ab 100644
--- a/mono.pc.in
+++ b/mono.pc.in
@@ -8,5 +8,5 @@ Name: Mono
Description: Mono Runtime
Version: @VERSION@
Requires: glib-2.0 gmodule-2.0
-Libs: -L${libdir} -lmono -lm
+Libs: -L${libdir} -lmono @libmono_ldflags@ -lm
Cflags: -I${includedir} @libmono_cflags@