diff --git a/trunk/PKGBUILD b/trunk/PKGBUILD index bcf6956..e243c2c 100644 --- a/trunk/PKGBUILD +++ b/trunk/PKGBUILD @@ -8,7 +8,7 @@ pkgdesc="GSSAPI Proxy" arch=(x86_64) url="https://github.com/gssapi/gssproxy" license=('custom: MIT') -depends=('krb5' 'popt' 'ding-libs' 'systemd-libs') +depends=('libverto-module' 'popt' 'ding-libs' 'systemd-libs') makedepends=('libxslt' 'systemd' 'docbook-xsl' 'doxygen' 'po4a') options=('emptydirs' 'makeflags') backup=(etc/gssproxy/{gssproxy,24-nfs-server,80-httpd,99-network-fs-clients}.conf @@ -29,10 +29,6 @@ prepare() { build() { cd gssproxy-$pkgver - # make it find bundled verto from krb5 without its own pkg-config file - export VERTO_CFLAGS="-I/usr/include" - export VERTO_LIBS="-L/usr/lib -lverto" - ./configure --prefix=/usr \ --sysconfdir=/etc \ --with-pubconf-path=/etc/gssproxy \