summaryrefslogtreecommitdiffstats
path: root/src/config
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2011-09-06 23:23:39 +0000
committerGreg Hudson <ghudson@mit.edu>2011-09-06 23:23:39 +0000
commitd6e6d23d5fdc21a1ce613c3fc7f378de7b05d47c (patch)
tree4642dbe56bf913d0c4b730cb2b4562ccc1ed0174 /src/config
parente68eef8d34b9527c3a24c9f0d6c0ae9b0be0e76f (diff)
downloadkrb5-d6e6d23d5fdc21a1ce613c3fc7f378de7b05d47c.tar.gz
krb5-d6e6d23d5fdc21a1ce613c3fc7f378de7b05d47c.tar.xz
krb5-d6e6d23d5fdc21a1ce613c3fc7f378de7b05d47c.zip
Change how bundled libverto is linked
Give libverto-k5ev a header file. When using the internal verto library, link against -lverto-k5ev and use verto_default_k5ev() instead of verto_default(), bypassing the module loading logic and making static builds possible. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25166 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/config')
-rw-r--r--src/config/pre.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/pre.in b/src/config/pre.in
index 74204facf7..d434b73d2a 100644
--- a/src/config/pre.in
+++ b/src/config/pre.in
@@ -380,7 +380,7 @@ KDB5_LIB = -lkdb5 $(KDB5_PLUGIN_LIBS)
VERTO_DEPLIB = $(VERTO_DEPLIB-@VERTO_VERSION@)
VERTO_DEPLIB-sys = # empty
-VERTO_DEPLIB-k5 = $(TOPLIBD)/libverto$(DEPLIBEXT)
+VERTO_DEPLIB-k5 = $(TOPLIBD)/libverto-k5ev$(DEPLIBEXT) $(TOPLIBD)/libverto$(DEPLIBEXT)
VERTO_CFLAGS = @VERTO_CFLAGS@
VERTO_LIBS = @VERTO_LIBS@