mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 12:01:41 +02:00
extra/heimdal: build againt system libcom_err, built-in libeditline removed since libreadline is used
This commit is contained in:
parent
8556622700
commit
e46832e61c
@ -6,8 +6,8 @@ pkgrel=1
|
||||
pkgdesc="An implementation of Kerberos 5"
|
||||
url="http://www.h5l.org/"
|
||||
license="BSD"
|
||||
depends="uclibc sqlite readline openssl"
|
||||
makedepends="gawk readline-dev"
|
||||
depends="uclibc sqlite readline openssl e2fsprogs"
|
||||
makedepends="gawk readline-dev e2fsprogs-dev"
|
||||
install=
|
||||
subpackages="$pkgname-doc $pkgname-dev $pkgname-ftp $pkgname-telnet \
|
||||
$pkgname-su $pkgname-rsh $pkgname-rcp $pkgname-pagsh $pkgname-kf"
|
||||
@ -68,6 +68,11 @@ build() {
|
||||
install -m755 -D ../../heimdal-kdc.init ${pkgdir}/etc/init.d/heimdal-kdc
|
||||
install -m755 -D ../../heimdal-kpasswdd.init ${pkgdir}/etc/init.d/heimdal-kpasswdd
|
||||
|
||||
# Remove editline, we use libreadline
|
||||
rm ${pkgdir}/usr/lib/libeditline.* || return 1
|
||||
rm ${pkgdir}/usr/include/editline.h || return 1
|
||||
rm ${pkgdir}/usr/share/man/man3/editline.* || return 1
|
||||
|
||||
# Rename daemons and their manpages
|
||||
for i in telnetd ftpd rshd; do
|
||||
mv ${pkgdir}/usr/share/man/man8/${i}.8 ${pkgdir}/usr/share/man/man8/k${i}.8 || return 1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user