mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
ppp: rebuild for libxcrypt
This commit is contained in:
parent
7d40cd0fcf
commit
58004c2ce7
1 changed files with 5 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue