Merge pull request #3155 from nxhack/logrotate-nonnull-compare
logrotate: Fix nonnull-compare compile error
This commit is contained in:
commit
33b52f019e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue