From 22beae6bddbd8420bd9d321457dfa270972ec52a Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Sun, 30 Jul 2000 20:40:24 +0000 Subject: [PATCH] don't compress library, since 5.0 seems to have a problem with this git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8875 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/auth/sia/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/auth/sia/Makefile.am b/lib/auth/sia/Makefile.am index fd59dea1e..67474dbf5 100644 --- a/lib/auth/sia/Makefile.am +++ b/lib/auth/sia/Makefile.am @@ -56,7 +56,7 @@ libsia_krb5.so: $(OBJS) else \ echo "missing libraries"; exit 1; \ fi - ostrip -x -z $@ + ostrip -x $@ CLEANFILES = libsia_krb5.so $(OBJS) so_locations