alex1818 / serf

Automatically exported from code.google.com/p/serf
Apache License 2.0
0 stars 0 forks source link

pkg-config file has incorrect Libs.private line when gssapi isn't configured #138

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Perform a build without GSSAPI specified

What is the expected output? What do you see instead?
The Libs.private line in serf-1.pc contains the word None where GSSAPI_FLAGS 
would be inserted.  There shouldn't be anything in that part of the line.

What version of the product are you using? On what operating system?
1.3.3, Linux

Attached patch fixes the issue.

Original issue reported on code.google.com by vega.james@gmail.com on 28 Dec 2013 at 2:59

Attachments:

GoogleCodeExporter commented 9 years ago
Reproduced in trunk where patch applies with an offset.

Without patch:
Libs.private: -L/usr/lib -R/usr/lib -laprutil-1 -lldap -llber -ldb-4.8   
-lexpat -L/usr/lib -R/usr/lib -lapr-1  -lpthread -ldl None -lz

With patch:
Libs.private: -L/usr/lib -R/usr/lib -laprutil-1 -lldap -llber -ldb-4.8   
-lexpat -L/usr/lib -R/usr/lib -lapr-1  -lpthread -ldl  -lz

Original comment by andreas.stieger@gmx.de on 29 Dec 2013 at 5:41

GoogleCodeExporter commented 9 years ago
fixed in r2244, thanks

Original comment by andreas.stieger@gmx.de on 29 Dec 2013 at 5:51

GoogleCodeExporter commented 9 years ago
This fix will be included in serf 1.3.4 later this week.
Lieven

Original comment by lieven.govaerts@gmail.com on 4 Feb 2014 at 8:12