ppp: rebuild for libxcrypt
This commit is contained in:
parent
7d40cd0fcf
commit
58004c2ce7
@ -6,7 +6,7 @@
|
|||||||
# When update this package
|
# When update this package
|
||||||
pkgname=ppp
|
pkgname=ppp
|
||||||
version=2.4.9
|
version=2.4.9
|
||||||
revision=3
|
revision=4
|
||||||
makedepends="libpcap-devel openssl-devel"
|
makedepends="libpcap-devel openssl-devel"
|
||||||
short_desc="PPP (Point-to-Point Protocol) daemon"
|
short_desc="PPP (Point-to-Point Protocol) daemon"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
@ -26,6 +26,10 @@ conf_files="
|
|||||||
/etc/ppp/chap-secrets
|
/etc/ppp/chap-secrets
|
||||||
/etc/ppp/pap-secrets"
|
/etc/ppp/pap-secrets"
|
||||||
|
|
||||||
|
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
|
||||||
|
makedepends+=" libxcrypt-devel"
|
||||||
|
fi
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
./configure --prefix=/usr --cc="${CC}" --cflags="${CFLAGS}"
|
./configure --prefix=/usr --cc="${CC}" --cflags="${CFLAGS}"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user