From f420b73aadb8e4b47431d03e356a4ce402dcba04 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Tue, 11 Mar 2014 04:30:14 +0000 Subject: [PATCH] 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 --- utils/at/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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 -- 2.30.2