From d3ddfc85bea3cb163418d34081611efbe052e5b7 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sun, 10 Jul 2011 19:40:33 +0000 Subject: [PATCH] [packages] dante: fix compilation with backfire SVN-Revision: 27577 --- net/dante/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net/dante/Makefile b/net/dante/Makefile index 4e67ae34e0..252b275ceb 100644 --- a/net/dante/Makefile +++ b/net/dante/Makefile @@ -20,6 +20,9 @@ PKG_INSTALL:=1 include $(INCLUDE_DIR)/package.mk +TARGET_CFLAGS += -D_GNU_SOURCE +CONFIGURE_ARGS += --without-upnp --without-pam + define Build/InstallDev $(INSTALL_DIR) $(1)/usr/include $(CP) $(PKG_INSTALL_DIR)/usr/include/* $(1)/usr/include/ -- 2.30.2