From 706fd5a12b55f703c52864d99f058cfa3e4a2380 Mon Sep 17 00:00:00 2001 From: Thomas Woerner Date: Tue, 14 Sep 2004 09:57:19 +0000 Subject: [PATCH] [tw] - removed -Werror for now --- ppp.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ppp.spec b/ppp.spec index a61543c..7e047cb 100644 --- a/ppp.spec +++ b/ppp.spec @@ -52,7 +52,7 @@ find . -type f -name "*.sample" | xargs rm -f %build ./configure -make RPM_OPT_FLAGS="$RPM_OPT_FLAGS -Werror -fPIC" +make RPM_OPT_FLAGS="$RPM_OPT_FLAGS -fPIC" %install [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT