Bladeren bron

cruel hack to get pgcluster working: we remove 3 conflicting hunks from the patch because they two are no longer necessary in 8.0.3 anyway and the third one is just a version string issue (which is not required)

Ralf S. Engelschall 20 jaren geleden
bovenliggende
commit
75398a47b1
1 gewijzigde bestanden met toevoegingen van 2 en 1 verwijderingen
  1. 2 1
      postgresql/postgresql.spec

+ 2 - 1
postgresql/postgresql.spec

@@ -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