summaryrefslogtreecommitdiff
path: root/net-misc/rsync/rsync-3.3.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/rsync/rsync-3.3.0.ebuild')
-rw-r--r--net-misc/rsync/rsync-3.3.0.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/net-misc/rsync/rsync-3.3.0.ebuild b/net-misc/rsync/rsync-3.3.0.ebuild
index c6b7365a04b0..6ea497c2e733 100644
--- a/net-misc/rsync/rsync-3.3.0.ebuild
+++ b/net-misc/rsync/rsync-3.3.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
# Uncomment when introducing a patch which touches configure
-#RSYNC_NEEDS_AUTOCONF=1
+RSYNC_NEEDS_AUTOCONF=1
PYTHON_COMPAT=( python3_{10..12} )
inherit flag-o-matic prefix python-single-r1 systemd
@@ -87,6 +87,8 @@ pkg_setup() {
src_prepare() {
default
+ sed -i -e 's/AC_HEADER_MAJOR_FIXED/AC_HEADER_MAJOR/' configure.ac
+
if [[ ${PV} == *9999 || -n ${RSYNC_NEEDS_AUTOCONF} ]] ; then
eaclocal -I m4
eautoconf -o configure.sh