diff options
author | Sven Hebrok | 2023-01-16 13:27:09 +0100 |
---|---|---|
committer | Sven Hebrok | 2023-01-16 13:27:09 +0100 |
commit | 709b26d0b44263bf6aaf7eeab959a6bfa96d51fb (patch) | |
tree | 9b638a483f69ac4089ddb3e4b7e22484c88c1fb8 /PKGBUILD | |
parent | e22a656754bd9c949889ba75c1e1fa685bfcb04d (diff) | |
download | aur-709b26d0b44263bf6aaf7eeab959a6bfa96d51fb.tar.gz |
Actually enable gssapi :facepalm:
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -71,7 +71,7 @@ build() { export DSOFLAGS=${LDFLAGS} # use fixed cups user (id 209) since systemd adds "lp" group without a fixed id - ./configure --prefix=/usr --with-gssapi \ + ./configure --prefix=/usr --enable-gssapi \ --sysconfdir=/etc \ --localstatedir=/var \ --sbindir=/usr/bin \ |