[Groonga-commit] pgroonga/pgroonga at d618d59 [master] Remove workaround for PostgreSQL 9.6 package problem

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Jul 6 10:25:45 JST 2017


Kouhei Sutou	2017-07-06 10:25:45 +0900 (Thu, 06 Jul 2017)

  New Revision: d618d59bbacb2e6abc7460760b912aca088ed06f
  https://github.com/pgroonga/pgroonga/commit/d618d59bbacb2e6abc7460760b912aca088ed06f

  Message:
    Remove workaround for PostgreSQL 9.6 package problem

  Modified files:
    packages/yum/build-rpm.sh

  Modified: packages/yum/build-rpm.sh (+0 -3)
===================================================================
--- packages/yum/build-rpm.sh    2017-07-03 15:37:45 +0900 (474d9ac)
+++ packages/yum/build-rpm.sh    2017-07-06 10:25:45 +0900 (4ac9f33)
@@ -74,9 +74,6 @@ if grep -q -E 'Requires:\s+msgpack' rpmbuild/SPECS/${PACKAGE}.spec; then
   run yum install -y msgpack-devel
 fi
 
-(cd $(echo /usr/pgsql-*)/include/server && \
-  run ln -s postgresql-*-pg_config.h pg_config.h)
-
 run rpmbuild -ba ${rpmbuild_options} rpmbuild/SPECS/${PACKAGE}.spec
 
 run mv rpmbuild/RPMS/*/* "${rpm_dir}/"
-------------- next part --------------
HTML����������������������������...
Télécharger 



More information about the Groonga-commit mailing list
Back to archive index