summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2005-01-16 04:14:24 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2005-01-16 04:14:24 +0000
commit9228b95a5ddcd1b7dba1d0b35b26fb538ec175e9 (patch)
tree3dd5589eb78a43d5b2c5076e9496c060044b34cf /security
parentFollow the porter's handbook and allow 'make all' to be run by a moral user. (diff)
Use a vendor-provided method for preventing gnomesu-pam installation.
Notes
Notes: svn path=/head/; revision=126541
Diffstat (limited to 'security')
-rw-r--r--security/libgnomesu/Makefile1
-rw-r--r--security/libgnomesu/files/patch-pam-backend_Makefile.in11
2 files changed, 1 insertions, 11 deletions
diff --git a/security/libgnomesu/Makefile b/security/libgnomesu/Makefile
index a3b56f365c4a..bc2ad1dfeeb8 100644
--- a/security/libgnomesu/Makefile
+++ b/security/libgnomesu/Makefile
@@ -19,6 +19,7 @@ USE_GETOPT_LONG=yes
USE_LIBTOOL_VER=15
USE_GMAKE= yes
USE_GNOME= gnomehack gnomeprefix libgnomeui
+CONFIGURE_ARGS+=--disable-install-pam
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
diff --git a/security/libgnomesu/files/patch-pam-backend_Makefile.in b/security/libgnomesu/files/patch-pam-backend_Makefile.in
deleted file mode 100644
index fc57445b65f3..000000000000
--- a/security/libgnomesu/files/patch-pam-backend_Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- pam-backend/Makefile.in.orig Fri Jan 14 12:47:56 2005
-+++ pam-backend/Makefile.in Fri Jan 14 12:52:31 2005
-@@ -205,7 +205,7 @@
- @HAVE_PAM_TRUE@gnomesu_pam_backend_DEPENDENCIES = $(top_srcdir)/su-backend/libcommon.la
-
- @HAVE_PAM_TRUE@@INSTALL_PAM_TRUE@pamdir = $(PAMDIR)
--@HAVE_PAM_TRUE@@INSTALL_PAM_TRUE@pam_DATA = gnomesu-pam
-+@HAVE_PAM_TRUE@@INSTALL_PAM_FALSE@pam_DATA = gnomesu-pam
-
- @HAVE_PAM_TRUE@installed_exe = $(DESTDIR)$(libexecdir)/`echo gnomesu-pam-backend | sed $(transform)`
-