i got a compile error: Package at is missing dependencies for the following libraries: libpam.so.0 the patch fixes that
Signed-off-by: Dirk Neukirchen <[email protected]> --- utils/at/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/at/Makefile b/utils/at/Makefile index 7c02fb8..98c22ee 100644 --- a/utils/at/Makefile +++ b/utils/at/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2008-2012 OpenWrt.org +# Copyright (C) 2008-2013 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -20,7 +20,7 @@ include $(INCLUDE_DIR)/package.mk define Package/at SECTION:=utils CATEGORY:=Utilities - DEPENDS:=+libelf1 + DEPENDS:=+libelf1 +libpam TITLE:=Delayed job execution and batch processing URL:=http://packages.debian.org/stable/at MAINTAINER:=Luka Perkov <[email protected]> -- 1.8.1.2 _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
