gnupg2: unbreak due to unsetting our CFLAGS.
This commit is contained in:
parent
9ffcc672b7
commit
2921c85ee8
@ -1,7 +1,7 @@
|
||||
# Template file for 'gnupg2'
|
||||
pkgname=gnupg2
|
||||
version=2.1.11
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="gnupg-${version}"
|
||||
build_style=gnu-configure
|
||||
configure_args="--sbindir=/usr/bin
|
||||
@ -12,7 +12,7 @@ configure_args="--sbindir=/usr/bin
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="zlib-devel libldap-devel libcurl-devel readline-devel
|
||||
libusb-compat-devel libgpg-error-devel libgcrypt-devel libassuan-devel
|
||||
libksba-devel npth-devel gnutls-devel bzip2-devel"
|
||||
libksba-devel npth-devel gnutls-devel bzip2-devel sqlite-devel"
|
||||
depends="pinentry"
|
||||
short_desc="The GNU Privacy Guard (2.x)"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
@ -21,8 +21,9 @@ homepage="http://www.gnupg.org/"
|
||||
distfiles="ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-${version}.tar.bz2"
|
||||
checksum=b7b0fb2c8c5d47d7ec916d4a1097c0ddcb94a12bb1c0ac424ad86b1ee316b61a
|
||||
|
||||
broken="http://build.voidlinux.eu/builders/x86_64-musl_builder/builds/8631/steps/shell_3/logs/stdio"
|
||||
|
||||
pre_configure() {
|
||||
sed -i '/^CFLAGS_orig=/d;/^CFLAGS=$/d' configure
|
||||
}
|
||||
post_install() {
|
||||
# remove conflicts with gnupg 1.
|
||||
rm ${DESTDIR}/usr/share/man/man7/gnupg.7
|
||||
|
Loading…
Reference in New Issue
Block a user