Date: Monday, June 6, 2022 @ 18:28:56 Author: andyrtr Revision: 447652
upgpkg: gssproxy 0.9.1-1.1: temprory manual build to allow installation for new builds Modified: gssproxy/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-06-06 18:27:55 UTC (rev 447651) +++ PKGBUILD 2022-06-06 18:28:56 UTC (rev 447652) @@ -3,12 +3,12 @@ pkgname=gssproxy pkgver=0.9.1 -pkgrel=1 +pkgrel=1.1 # manual local build 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-base' '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 @@ -28,11 +28,6 @@ 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 \
