[Groonga-commit] pgroonga/pgroonga at d1ea943 [master] package yum: disable rpath

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Jan 24 00:20:09 JST 2016


Kouhei Sutou	2016-01-24 00:20:09 +0900 (Sun, 24 Jan 2016)

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

  Message:
    package yum: disable rpath

  Modified files:
    packages/yum/postgresql-pgroonga.spec.in

  Modified: packages/yum/postgresql-pgroonga.spec.in (+3 -1)
===================================================================
--- packages/yum/postgresql-pgroonga.spec.in    2016-01-23 23:51:36 +0900 (5cdf1a4)
+++ packages/yum/postgresql-pgroonga.spec.in    2016-01-24 00:20:09 +0900 (6365ad0)
@@ -33,7 +33,9 @@ It is based on Groonga.
 
 %build
 PATH="%{pg_bindir}:$PATH" \
-  make %{?_smp_mflags}
+  make \
+    enable_rpath=no \
+    %{?_smp_mflags}
 
 %install
 PATH="%{pg_bindir}:$PATH" \
-------------- next part --------------
HTML����������������������������...
Download 



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