Upgrade to krb5-1.13
authorHugo Villeneuve <hugo@hugovil.com>
Sun, 7 Dec 2014 21:17:31 +0000 (16:17 -0500)
committerHugo Villeneuve <hugo@hugovil.com>
Sat, 27 Dec 2014 01:26:31 +0000 (20:26 -0500)
config/packages-list
stage3/pkg/krb5

index 939ba0e..3364128 100644 (file)
@@ -188,7 +188,7 @@ JACK="jack-audio-connection-kit-0.121.3"
 JASPER="jasper-1.900.1"
 
 KBD="kbd-1.15.3"
-KERBEROS5="krb5-1.10.3"
+KERBEROS5="krb5-1.13"
 KERNEL="linux-3.17.4"
 KEYUTILS="keyutils-1.5.5"
 KMOD="kmod-13"
index 12ec8f7..1487c2f 100644 (file)
@@ -2,26 +2,24 @@
 
 hvconfig_pre()
 {
-    CONFIGURE_OPTS="\
-        ${CONFIGURE_OPTS} \
+    CONFIGURE_OPTS+=" \
         --localstatedir=/var/lib \
-        --mandir=/usr/share/man \
         --with-system-et \
         --with-system-ss \
+        --with-system-verto=no \
         --enable-dns-for-realm"
 }
 
 hvconfig()
 {
     cd ${LFS_TMP}/${PACKAGE}/src
-    ./configure CPPFLAGS="-I/usr/include/et -I/usr/include/ss" \
-        ${CONFIGURE_OPTS}
+    ./configure ${CONFIGURE_OPTS}
 }
 
 hvbuild_post()
 {
     for lib in gssapi_krb5 gssrpc k5crypto kadm5clnt_mit kadm5srv_mit kdb5 \
-        krb5 krb5support verto-k5ev verto ; do
+        krb5 krb5support verto krad; do
         chmod -v 755 /usr/lib/lib${lib}.so.*.*
     done