alex1818 / serf

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

[PATCH] add gssapi libs to pkgconfig file, resolve TODO #113

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. scons GSSAPI=/usr/lib/mit 
2. examine serf-1.pc

What is the expected output? What do you see instead?

Libs.private: should contain: -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err

as per output of:
$ krb5-config --libs gssapi
-lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err

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

1.3.0, GNU/Linux openSUSE 12.1, 12.2, 12.3, Factory (13.1)

Please provide any additional information below.

This resolves a TODO in SConstruct

Original issue reported on code.google.com by andreas.stieger@gmx.de on 24 Jul 2013 at 10:57

GoogleCodeExporter commented 9 years ago

Original comment by andreas.stieger@gmx.de on 24 Jul 2013 at 10:59

Attachments:

GoogleCodeExporter commented 9 years ago
Fixed in r2079 with a slightly modified patch.
Thanks for the report and patch!
Lieven

Original comment by lieven.govaerts@gmail.com on 26 Jul 2013 at 11:18