[Groonga-commit] groonga/groonga at d6fcfca [master] onigmo: pass shared and static options

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Aug 9 20:14:36 JST 2014


Kouhei Sutou	2014-08-09 20:14:36 +0900 (Sat, 09 Aug 2014)

  New Revision: d6fcfcaf170d65a91411a86bd22b5090233225d5
  https://github.com/groonga/groonga/commit/d6fcfcaf170d65a91411a86bd22b5090233225d5

  Message:
    onigmo: pass shared and static options

  Modified files:
    vendor/onigmo/configure

  Modified: vendor/onigmo/configure (+7 -1)
===================================================================
--- vendor/onigmo/configure    2014-08-09 20:09:45 +0900 (4322262)
+++ vendor/onigmo/configure    2014-08-09 20:14:36 +0900 (518c6b4)
@@ -11,9 +11,15 @@ for argument in "$@"; do
     --srcdir=*)
       srcdir="$(echo "${argument}" | sed -e 's/--srcdir=//')"
       ;;
-    --prefix=*)
+    --prefix=*|--enable-shared*|--enable-static*)
       options="${options} ${argument}"
       ;;
+    --disable-shared)
+      options="${options} --enable-shared=no"
+      ;;
+    --disable-static)
+      options="${options} --enable-static=no"
+      ;;
     --enable-debug=*)
       options="${options} CFLAGS='-O0 -g3'"
       ;;
-------------- next part --------------
HTML����������������������������...
Download 



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