summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2017-11-17 20:31:57 +0100
committerDavid Seifert <soap@gentoo.org>2017-11-18 19:03:22 +0100
commit2a6c7a5fabd7f930c1ad5946451245ff5a9a2bc2 (patch)
treeff64d5757ac3913aff6762a245423c35e4de3266
parentb913efce5c3b38b6d9ef8d869dc19e4208aef4b4 (diff)
downloadgentoo-2a6c7a5fabd7f930c1ad5946451245ff5a9a2bc2.tar.gz
gentoo-2a6c7a5fabd7f930c1ad5946451245ff5a9a2bc2.tar.xz
app-admin/cgmanager: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/6217
-rw-r--r--app-admin/cgmanager/files/cgmanager-0.39-make-pam-conditional.patch31
1 files changed, 0 insertions, 31 deletions
diff --git a/app-admin/cgmanager/files/cgmanager-0.39-make-pam-conditional.patch b/app-admin/cgmanager/files/cgmanager-0.39-make-pam-conditional.patch
deleted file mode 100644
index eed626f3e68..00000000000
--- a/app-admin/cgmanager/files/cgmanager-0.39-make-pam-conditional.patch
+++ /dev/null
@@ -1,31 +0,0 @@
---- Makefile.am.old 2015-09-06 00:16:38.997836415 +0800
-+++ Makefile.am 2015-09-06 01:05:00.376009752 +0800
-@@ -133,6 +133,7 @@
- $(CCLD) -o tests/cgm-concurrent tests/cgm-concurrent.o \
- $(NIH_LIBS) $(NIH_DBUS_LIBS) $(DBUS_LIBS) -lpthread -lcgmanager
-
-+if HAVE_PAMMODULE
- pam_LTLIBRARIES = pam_cgm.la
- pam_cgm_la_SOURCES = pam/pam_cgm.c pam/cgmanager.c pam/cgmanager.h
- pam_cgm_la_CFLAGS = $(AM_CFLAGS)
-@@ -145,4 +146,6 @@
- rm -f "$(DESTDIR)$(pamdir)/pam_cgm.a"
- uninstall-local:
- rm -f "$(DESTDIR)$(pamdir)/pam_cgm.so"
-+endif
-+
- tests: TESTS_CGM_CONCURRENT TESTS_SCM TEST_NSTEST
---- configure.ac.old 2015-09-06 00:55:48.262972928 +0800
-+++ configure.ac 2015-09-06 01:04:19.683301852 +0800
-@@ -127,6 +127,11 @@
-
- AS_AC_EXPAND(SBINDIR, "$sbindir")
-
-+AC_ARG_ENABLE(pam-module,
-+ [AS_HELP_STRING([--enable-pam-module],[build PAM module])],
-+ , enable_pam_module=no)
-+AM_CONDITIONAL([HAVE_PAMMODULE], [test "x$enable_pam_module" != "xno" ])
-+
- AC_ARG_WITH(
- [pamdir],
- [AS_HELP_STRING([--with-pamdir=PATH],[Specify the directory where PAM modules are stored])],