From: Florian Fainelli Date: Tue, 11 Mar 2014 04:30:14 +0000 (+0000) Subject: at: disable linking with libpam X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=f420b73aadb8e4b47431d03e356a4ce402dcba04;p=openwrt%2Fsvn-archive%2Fpackages.git at: disable linking with libpam In case the host has security/pam_appl.h, the at configure script will decide to link against libpam, we do not want that. Signed-off-by: Florian Fainelli SVN-Revision: 39866 --- diff --git a/utils/at/Makefile b/utils/at/Makefile index 7c02fb86e..389e62035 100644 --- a/utils/at/Makefile +++ b/utils/at/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2008-2012 OpenWrt.org +# Copyright (C) 2008-2014 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=at PKG_VERSION:=3.1.13 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).orig.tar.gz PKG_SOURCE_URL:=http://ftp.debian.org/debian/pool/main/a/at @@ -41,6 +41,9 @@ CONFIGURE_ARGS+=--prefix=/usr \ --with-jobdir=/var/spool/cron/atjobs \ --with-atspool=/var/spool/cron/atspool +CONFIGURE_VARS += \ + ac_cv_header_security_pam_appl_h=no + define Package/at/install $(INSTALL_DIR) $(1)/usr/bin $(1)/usr/sbin $(1)/etc/init.d/ $(INSTALL_BIN) ./files/atd.init $(1)/etc/init.d/atd