From: Willy Tarreau Date: Sat, 11 Apr 2009 17:44:17 +0000 (+0200) Subject: [CLEANUP] remove unused make option from haproxy.spec X-Git-Tag: v1.3.18~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff443f94c60bd7c84ec86a7942975f498ebbba65;p=thirdparty%2Fhaproxy.git [CLEANUP] remove unused make option from haproxy.spec --- diff --git a/examples/haproxy.spec b/examples/haproxy.spec index b176e96794..4374a6c90a 100644 --- a/examples/haproxy.spec +++ b/examples/haproxy.spec @@ -33,9 +33,7 @@ risking the system's stability. %define __perl_requires /bin/true %build -%{__make} USE_PCRE=1 "COPTS.pcre=-DUSE_PCRE $(pcre-config --cflags)" DEBUG="" TARGET=linux26 -#%{__make} REGEX=pcre DEBUG="" LIBS.pcre="-L\$(PCREDIR)/lib -Wl,-Bstatic -lpcreposix -lpcre -Wl,-Bdynamic" - +%{__make} USE_PCRE=1 DEBUG="" TARGET=linux26 %install [ "%{buildroot}" != "/" ] && %{__rm} -rf %{buildroot}