mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
txr: rebuild for libxcrypt
This commit is contained in:
parent
595d6e6f73
commit
b39c3c71c2
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'txr'
|
# Template file for 'txr'
|
||||||
pkgname=txr
|
pkgname=txr
|
||||||
version=282
|
version=282
|
||||||
revision=1
|
revision=2
|
||||||
archs="x86_64* i686* aarch64* arm* ppc64* mips*"
|
archs="x86_64* i686* aarch64* arm* ppc64* mips*"
|
||||||
build_style=configure
|
build_style=configure
|
||||||
configure_args="--prefix=/usr"
|
configure_args="--prefix=/usr"
|
||||||
|
@ -16,6 +16,10 @@ distfiles="http://www.kylheku.com/cgit/txr/snapshot/${pkgname}-${version}.tar.bz
|
||||||
checksum=5f10467610d8213be9af8a1fc9dafbd4902b7b473a82d8b2945cfa5ea6d2fee5
|
checksum=5f10467610d8213be9af8a1fc9dafbd4902b7b473a82d8b2945cfa5ea6d2fee5
|
||||||
nopie=yes
|
nopie=yes
|
||||||
|
|
||||||
|
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
|
||||||
|
makedepends+=" libxcrypt-devel"
|
||||||
|
fi
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" txr"
|
hostmakedepends+=" txr"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue