From de0e7efdb8e8dc925184fa8495819be0dcbb3475 Mon Sep 17 00:00:00 2001 From: Christian Svensson Date: Wed, 4 Sep 2024 11:27:51 +0200 Subject: [PATCH] ntpd: disable autoreconf fixup Fixes #24918 which got introduced with openwrt c364cb8. Credit for the fix goes to Hirokazu MORIKAWA. Signed-off-by: Christian Svensson --- net/ntpd/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/net/ntpd/Makefile b/net/ntpd/Makefile index 51a78403b8..343bb740dd 100644 --- a/net/ntpd/Makefile +++ b/net/ntpd/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ntp PKG_VERSION:=4.2.8p17 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ @@ -19,7 +19,6 @@ PKG_LICENSE:=NTP PKG_LICENSE_FILES:=COPYRIGHT html/copyright.html PKG_CPE_ID:=cpe:/a:ntp:ntp -PKG_FIXUP:=autoreconf PKG_LIBTOOL_PATHS:=. sntp PKG_CHECK_FORMAT_SECURITY:=0 PKG_BUILD_PARALLEL:=1 -- 2.30.2