From 0548742ea18f9ec29823b7de39ab43b6a73d0277 Mon Sep 17 00:00:00 2001 From: Ismael Luceno Date: Thu, 23 Mar 2023 03:05:08 +0100 Subject: [PATCH] rpm: doesn't depends on error.h anymore Closes: https://github.com/void-linux/void-packages/issues/36668 --- srcpkgs/rpm/template | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/srcpkgs/rpm/template b/srcpkgs/rpm/template index 3f2b3915daa0..02b06b60b86a 100644 --- a/srcpkgs/rpm/template +++ b/srcpkgs/rpm/template @@ -1,7 +1,7 @@ # Template file for 'rpm' pkgname=rpm version=4.17.1 -revision=3 +revision=4 build_style=gnu-configure configure_args="--with-cap --with-acl --enable-python PYTHON=python3 --sharedstatedir=/var/lib" @@ -22,9 +22,8 @@ CFLAGS="-I${XBPS_CROSS_BASE}/${py3_inc}" case "$XBPS_TARGET_MACHINE" in # rpm uses _nl_msg_cat_cntr, so it needs the glibc gettext impl - # it uses header, provided by legacy-compat *-musl) - makedepends+=" gettext-devel musl-legacy-compat" + makedepends+=" gettext-devel" CFLAGS+=" -I${XBPS_CROSS_BASE}/usr/include/gettext" LDFLAGS="-lintl" ;;