summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2013-08-27 15:14:22 -0400
committerJakub Hrozek <jhrozek@redhat.com>2013-08-28 11:00:03 +0200
commitac54a88b4b510289a411f334e371282d00e1538d (patch)
treecf3e1c0223ae18df256fcb85cdcf43df0e1948c6 /Makefile.am
parentdcc6877aa2e2dd63a9dc9c411a9c58feaeb36b9a (diff)
downloadsssd-ac54a88b4b510289a411f334e371282d00e1538d.tar.gz
sssd-ac54a88b4b510289a411f334e371282d00e1538d.tar.xz
sssd-ac54a88b4b510289a411f334e371282d00e1538d.zip
BUILD: Remove unnecessary patch and configure opts
Now that we use the libkrb5 defaults for the default ccname template we do not need the patch that changes the man pages defaults nor the configure options to change sssd defaults anymore. Related: https://fedorahosted.org/sssd/ticket/2036
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 5cd99b186..c3f3c4a54 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1971,7 +1971,6 @@ RPMBUILD ?= $(PWD)/rpmbuild
dist_noinst_DATA += \
m4 \
contrib/sssd.spec.in \
- contrib/sssd-1.9-man-change-default-ccache.patch \
BUILD.txt \
COPYING
@@ -1991,7 +1990,6 @@ if GIT_CHECKOUT
endif
cp $(builddir)/contrib/sssd.spec $(RPMBUILD)/SPECS
cp $(distdir).tar.gz $(RPMBUILD)/SOURCES
- cp $(srcdir)/contrib/*.patch $(RPMBUILD)/SOURCES
rpms: rpmbrprep
cd $(RPMBUILD); \