summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTollef Fog Heen <tfheen@err.no>2008-04-28 21:19:02 +0200
committerTollef Fog Heen <tfheen@err.no>2008-04-28 21:19:02 +0200
commitd5d6a8f8a773f3516b35df0acbac53bd293f154f (patch)
treecdb3df0b8a32344f782331f3278bf274d5778e15 /ChangeLog
parent5998a08da463386dcfb19db3b8509794c661ddfc (diff)
downloadpkg-config-d5d6a8f8a773f3516b35df0acbac53bd293f154f.tar.gz
2008-04-28 Tollef Fog Heen <tfheen@err.no>
* parse.c (_do_parse_libs): Special-case "-lib:" in the Libs field; it's not an -l. Yes, this breaks if your library is called libib:$something, in which case you lose. Gnome #142952
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 10295b2..2ee20ce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2008-04-28 Tollef Fog Heen <tfheen@err.no>
+ * parse.c (_do_parse_libs): Special-case "-lib:" in the Libs
+ field; it's not an -l. Yes, this breaks if your library is called
+ libib:$something, in which case you lose. Gnome #142952
+
* main.c (main): Make sure log is initialized to prevent
segfaults.