summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Slebodnik <lslebodn@redhat.com>2015-03-27 10:22:01 +0100
committerJakub Hrozek <jhrozek@redhat.com>2015-04-08 11:39:58 +0200
commit148623c863657eafa565ba349f28a7e42a404f6f (patch)
tree42a485149a99764834f024a7d4c23372ad8f7dd8
parent2f84032c28ac414b77a5c1ad470eb69ed6c6a1b4 (diff)
downloadsssd-148623c863657eafa565ba349f28a7e42a404f6f.tar.gz
sssd-148623c863657eafa565ba349f28a7e42a404f6f.tar.xz
sssd-148623c863657eafa565ba349f28a7e42a404f6f.zip
SPEC: Drop workaround for old libtool
This workaround was for libtool in rhel 5 and we dropped support for it few months ago due to missing dependencies. Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>
-rw-r--r--contrib/sssd.spec.in9
1 files changed, 0 insertions, 9 deletions
diff --git a/contrib/sssd.spec.in b/contrib/sssd.spec.in
index 4102b7281..dfcf809f7 100644
--- a/contrib/sssd.spec.in
+++ b/contrib/sssd.spec.in
@@ -542,15 +542,6 @@ Development libraries for the SSSD libwbclient implementation.
%setup -q -n %{name}-%{version}
%build
-
-# RHEL 5 uses an old libtool, so we need to force it to reconfigure
-# This is safe to do on newer packages too, as it will just
-# gather the appropriate m4 files from the libtool package
-for i in libtool.m4 lt~obsolete.m4 ltoptions.m4 ltsugar.m4 ltversion.m4
-do
- find . -name $i -exec rm -f {} \;
-done
-
autoreconf -ivf
%configure \