mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
pam_ssh: get rid of useless conditional.
This commit is contained in:
parent
8c5aa5107d
commit
31e6b3c020
1 changed files with 2 additions and 6 deletions
|
@ -8,17 +8,13 @@ maintainer="Alexander Gehrke <void@qwertyuiop.de>"
|
||||||
license="2-clause-BSD"
|
license="2-clause-BSD"
|
||||||
homepage="http://pam-ssh.sourceforge.net/"
|
homepage="http://pam-ssh.sourceforge.net/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/pam-ssh/${pkgname}-${version}.tar.xz"
|
distfiles="${SOURCEFORGE_SITE}/pam-ssh/${pkgname}-${version}.tar.xz"
|
||||||
configure_args="--with-pam-dir=/usr/lib/security
|
configure_args="--with-pam-dir=/usr/lib/security ac_cv_openssldir=/usr
|
||||||
--includedir=${XBPS_CROSS_BASE}/usr/include
|
--includedir=${XBPS_CROSS_BASE}/usr/include
|
||||||
--libdir=${XBPS_CROSS_BASE}/lib"
|
--libdir=${XBPS_CROSS_BASE}/usr/lib"
|
||||||
makedepends="libressl-devel pam-devel"
|
makedepends="libressl-devel pam-devel"
|
||||||
hostmakedepends="openssh"
|
hostmakedepends="openssh"
|
||||||
checksum=55fbe8488d59cff05a77523b4afc2e2a8d1ba35d93546f1828ec48e20e2600cb
|
checksum=55fbe8488d59cff05a77523b4afc2e2a8d1ba35d93546f1828ec48e20e2600cb
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
|
||||||
configure_args+=" ac_cv_openssldir=/usr"
|
|
||||||
fi
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue