alex1818 / serf

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

[PATCH] add gssapi to autoconf build system #95

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. run ./configure on serf 1.2.0
2. does not look for, find or accept options to configure gssapi support
3. (this is supported with serfmake)

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

Expected:

checking for krb5-config... /usr/lib/mit///bin/krb5-config
checking for gssapi support in krb5-config... yes
  adding "-DSERF_HAVE_GSSAPI" to CFLAGS
  adding "-lgssapi_krb5" to LDFLAGS
  adding "-lkrb5" to LDFLAGS
  adding "-lk5crypto" to LDFLAGS
  adding "-lcom_err" to LDFLAGS

Actual: none, and not linked for gssapi support

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

1.2.0, openSUSE 12.2, osc chroot package build environment for package 
devel:libraries:c_c++ libserf in the openSUSE OBS.

Original issue reported on code.google.com by andreas.stieger@gmx.de on 22 Feb 2013 at 9:54

GoogleCodeExporter commented 9 years ago
add a patch

Original comment by andreas.stieger@gmx.de on 22 Feb 2013 at 9:57

Attachments:

GoogleCodeExporter commented 9 years ago
I have tested your patch on Mac OS X with svn trunk & serf 1.2.0 (with 
apache+mod_auth_kerb on an Ubuntu VM) and all works fine.
Applied unmodified in r1864 to the 1.2.x branch, so it will be included in 
1.2.1 (currently unplanned).

thanks!

Lieven

Original comment by lieven.govaerts@gmail.com on 20 May 2013 at 1:46