[Groonga-commit] groonga/groonga at 74e2c48 [systemd-migration-on-centos-7] rpm: add REDHAT7_PLATFORM to support Systemd on CentOS 7

Back to archive index

Masafumi Yokoyama null+****@clear*****
Tue Jul 28 16:12:06 JST 2015


Masafumi Yokoyama	2015-07-28 16:12:06 +0900 (Tue, 28 Jul 2015)

  New Revision: 74e2c4883d2c825840d9b0187074ae29fa35f3e0
  https://github.com/groonga/groonga/commit/74e2c4883d2c825840d9b0187074ae29fa35f3e0

  Message:
    rpm: add REDHAT7_PLATFORM to support Systemd on CentOS 7

  Modified files:
    configure.ac

  Modified: configure.ac (+6 -2)
===================================================================
--- configure.ac    2015-07-28 14:14:02 +0900 (c82ee94)
+++ configure.ac    2015-07-28 16:12:06 +0900 (7d0f1a7)
@@ -1337,13 +1337,17 @@ AC_MSG_CHECKING([whether package platform])
 AC_ARG_WITH(package-platform,
   [AS_HELP_STRING([--with-package-platform=PLATFORM],
     [install package platform related files. [default=no]
-     (supported package platforms: redhat, fedora)])],
+     (supported package platforms: redhat (redhat5, redhat6), redhat7, fedora)])],
   [package_platform="$withval"],
   [package_platform="no"])
 AC_MSG_RESULT($package_platform)
 
 AM_CONDITIONAL([REDHAT_PLATFORM],
-               [test "${package_platform}" = "redhat"])
+               [test "${package_platform}" = "redhat" -o \
+                     "${package_platform}" = "redhat5" -o \
+                     "${package_platform}" = "redhat6"])
+AM_CONDITIONAL([REDHAT7_PLATFORM],
+               [test "${package_platform}" = "redhat7"])
 AM_CONDITIONAL([FEDORA_PLATFORM],
                [test "${package_platform}" = "fedora"])
 
-------------- next part --------------
HTML����������������������������...
Download 



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