Skip to content

Commit

Permalink
Merge pull request #26 from atsign-foundation/cpswan-copts-warnings
Browse files Browse the repository at this point in the history
fix: Prevent "someone does not honour COPTS correctly" warnings
  • Loading branch information
cpswan authored Nov 8, 2024
2 parents 8338a12 + 30c6ba7 commit 24ca9c3
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 24ca9c3

Please sign in to comment.