diff --git a/udpechoserver/Makefile b/udpechoserver/Makefile index e45c7422d..5fe7fb644 100755 --- a/udpechoserver/Makefile +++ b/udpechoserver/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=udpechoserver -PKG_VERSION:=1.0.2 +PKG_VERSION:=1.0.3 PKG_SOURCE_VERSION:=4e80bbec15b284080798b5ffbe8655febaa239aa PKG_SOURCE_PROTO:=git @@ -39,7 +39,8 @@ define Package/$(PKG_NAME)/description endef TARGET_CFLAGS += \ - -D_GNU_SOURCE + -D_GNU_SOURCE \ + -Wall -Werror define Package/$(PKG_NAME)/install $(INSTALL_DIR) $(1)/usr/sbin