|
|
@@ -179,7 +179,8 @@ AutoReqProv: no
|
|
|
%if "%{with_pgcluster}" == "yes"
|
|
|
%setup -q -T -D -a 7
|
|
|
cat pgcluster-*-patch | \
|
|
|
- sed -e 's;\($.exec_prefix./etc\);\1/postgresql;' | \
|
|
|
+ sed -e 's;\($.exec_prefix./etc\);\1/postgresql;' \
|
|
|
+ -e '/preproc\.c/,/Makefile\.aix/d' | \
|
|
|
%{l_patch} -p1
|
|
|
%endif
|
|
|
|