[Groonga-commit] groonga/groonga at 55c1e07 [master] configure groonga-httpd: support BSD sed

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Nov 30 22:13:26 JST 2014


Kouhei Sutou	2014-11-30 22:13:26 +0900 (Sun, 30 Nov 2014)

  New Revision: 55c1e07af62b9ab960f73e6bc4b38306116b739b
  https://github.com/groonga/groonga/commit/55c1e07af62b9ab960f73e6bc4b38306116b739b

  Message:
    configure groonga-httpd: support BSD sed

  Modified files:
    src/httpd/configure

  Modified: src/httpd/configure (+1 -1)
===================================================================
--- src/httpd/configure    2014-11-29 05:53:50 +0900 (fe6ad30)
+++ src/httpd/configure    2014-11-30 22:13:26 +0900 (0603cbb)
@@ -96,7 +96,7 @@ auto/configure \
   ${configure_args}
 
 if [ "${GROONGA_HTTPD_DEBUG}" = "yes" ]; then
-  sed -i'' \
+  sed -i".without-debug-flags" \
     -e '/^CFLAGS =/ s/ -O / -O0 /' \
     -e '/^CFLAGS =/ s/ -g / -g3 /' \
     objs/Makefile
-------------- next part --------------
HTML����������������������������...
Download 



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