mit-krb5: move to usr/bin.
This commit is contained in:
parent
e226ca20d7
commit
f72984f74f
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'mit-krb5'
|
||||
pkgname=mit-krb5
|
||||
version=1.13.2
|
||||
revision=1
|
||||
revision=2
|
||||
short_desc="MIT Kerberos 5 implementation"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="MIT"
|
||||
|
@ -25,7 +25,7 @@ do_extract() {
|
|||
sed -i -e "s|<db.h>|<db_185.h>|" $wrksrc/src/plugins/kdb/db2/*.[ch]
|
||||
}
|
||||
do_configure() {
|
||||
WARN_CFLAGS= ./src/configure ${configure_args} \
|
||||
WARN_CFLAGS= ./src/configure ${configure_args} --sbindir=/usr/bin \
|
||||
--disable-rpath --with-system-et --without-system-verto \
|
||||
--with-system-ss --with-system-db --enable-shared --without-tcl \
|
||||
ac_cv_func_pthread_once=yes ac_cv_func_pthread_rwlock_init=yes \
|
||||
|
|
Loading…
Reference in New Issue