mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 23:18:42 +01:00
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:
+1
-3
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user