bfdd: fix compilation with glibc

Remove uClibc-ng patch as it's not in the tree anymore.

Also remove the _GNU_SOURCE CFLAG for the same reason.

Refreshed patches.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev
2020-12-30 15:28:49 -08:00
parent c305383cab
commit b90ce88d03
3 changed files with 13 additions and 20 deletions
+1 -3
View File
@@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=bfdd
PKG_SOURCE_DATE:=2019-08-22
PKG_RELEASE:=3
PKG_RELEASE:=4
PKG_SOURCE_VERSION:=c54534beb524afc3972039f57b56ec65332b43f7
PKG_SOURCE_URL:=https://codeload.github.com/rzalamena/bfdd/tar.gz/$(PKG_SOURCE_VERSION)?
@@ -46,8 +46,6 @@ define Package/bfdd/conffiles
/etc/bfdd/bfdd.json
endef
TARGET_CFLAGS += -D_GNU_SOURCE
define Package/bfdd/install
$(INSTALL_DIR) \
$(1)/usr/sbin \