From 0e755fd90b7611bcea10ac2578c83caea6b988f4 Mon Sep 17 00:00:00 2001 From: Chris Swan <478926+cpswan@users.noreply.github.com> Date: Thu, 28 Nov 2024 16:25:46 +0000 Subject: [PATCH] fix: Use -fhonour-copts rather than $(TARGET_CFLAGS) --- packages/csshnpd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/csshnpd/Makefile b/packages/csshnpd/Makefile index a9d5834..b96b069 100644 --- a/packages/csshnpd/Makefile +++ b/packages/csshnpd/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=csshnpd PKG_VERSION:=0.2.4 -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_SOURCE:=$(PKG_NAME)-c$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/atsign-foundation/noports/releases/download/c$(PKG_VERSION) @@ -21,7 +21,7 @@ CMAKE_OPTIONS += \ -DBUILD_SHARED_LIBS=off \ -DBUILD_TESTS=off \ -DCMAKE_C_COMPILER=$(TARGET_CC) \ - -DCMAKE_C_FLAGS="$(TARGET_CFLAGS) -Wno-calloc-transposed-args -Wno-error -pthread -lrt" + -DCMAKE_C_FLAGS="-fhonour-copts -Wno-calloc-transposed-args -Wno-error -pthread -lrt" define Package/csshnpd SECTION:=net