From 9f4e62e4c6b2f7d12ff7605f066d9cd831311269 Mon Sep 17 00:00:00 2001 From: roland Date: Apr 20 2007 19:25:46 +0000 Subject: Make portable spec use non-fatal check. --- diff --git a/Makefile b/Makefile index 914afbd..13a5c43 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ elfutils-portability.patch: elfutils-$(VERSION).tar.gz mv $@.new $@ elfutils-portable.spec: elfutils.spec - (echo '%define _with_compat 1'; cat $<) > $@.new + (echo '%define _with_compat 1'; sed 's/ check$$/& || :/' $<) > $@.new mv -f $@.new $@ portable-r = 0.$(subst $(DIST),,$(RELEASE))