mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
Merge pull request #3155 from nxhack/logrotate-nonnull-compare
logrotate: Fix nonnull-compare compile error
This commit is contained in:
@@ -38,7 +38,7 @@ define Package/logrotate/conffiles
|
|||||||
/etc/logrotate.conf
|
/etc/logrotate.conf
|
||||||
endef
|
endef
|
||||||
|
|
||||||
EXTRA_CFLAGS += $(TARGET_CPPFLAGS)
|
EXTRA_CFLAGS += $(TARGET_CPPFLAGS) -Wno-nonnull-compare
|
||||||
EXTRA_LDFLAGS += $(TARGET_LDFLAGS)
|
EXTRA_LDFLAGS += $(TARGET_LDFLAGS)
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
|
|||||||
Reference in New Issue
Block a user