From: Florian Fainelli Date: Sun, 21 Sep 2008 15:09:44 +0000 (+0000) Subject: Fix at compilation X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=16f33dc57ad41621c6acb10a14e0b92307b9ad41;p=openwrt%2Fsvn-archive%2Fpackages.git Fix at compilation SVN-Revision: 12643 --- diff --git a/utils/at/Makefile b/utils/at/Makefile index f40c39659..f793ffadb 100644 --- a/utils/at/Makefile +++ b/utils/at/Makefile @@ -20,6 +20,7 @@ include $(INCLUDE_DIR)/package.mk define Package/at SECTION:=utils CATEGORY:=Utilities + DEPENDS:=+libelf TITLE:=Delayed job execution and batch processing endef @@ -30,7 +31,8 @@ define Package/at/description endef export SENDMAIL=/bin/true -EXTRA_CFLAGS:=-DNEED_YYWRAP -I$(PKG_BUILD_DIR) +EXTRA_CFLAGS:=-DNEED_YYWRAP -I$(PKG_BUILD_DIR) -I$(STAGING_DIR)/usr/include/libelf \ + -L$(STAGING_DIR)/usr/lib CONFIGURE_ARGS+=--with-daemon_username=nobody --with-daemon_groupname=nogroup define Package/at/install