From: Christian Svensson Date: Wed, 4 Sep 2024 09:27:51 +0000 (+0200) Subject: ntpd: disable autoreconf fixup X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=de0e7efdb8e8dc925184fa8495819be0dcbb3475;p=feed%2Fpackages.git 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 --- 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