Skip to content

Commit

Permalink
fix: Prevent "someone does not honour COPTS correctly" warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
cpswan committed Nov 8, 2024
1 parent 8338a12 commit 30c6ba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/csshnpd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ CMAKE_OPTIONS += \
-DBUILD_SHARED_LIBS=off \
-DBUILD_TESTS=off \
-DCMAKE_C_COMPILER=$(TARGET_CC) \
-DCMAKE_C_FLAGS="-Wno-calloc-transposed-args -Wno-error -pthread -lrt"
-DCMAKE_C_FLAGS="$(TARGET_CFLAGS) -Wno-calloc-transposed-args -Wno-error -pthread -lrt"

define Package/csshnpd
SECTION:=net
Expand Down

0 comments on commit 30c6ba7

Please sign in to comment.