[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] [apt][yum] support i386.

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 4 10:33:10 JST 2012


Kouhei Sutou	2011-11-28 18:26:22 +0900 (Mon, 28 Nov 2011)

  New Revision: 175a41065efe70d5bea5bd8c27e10b68302fcc32
  https://github.com/mroonga/mroonga/commit/175a41065efe70d5bea5bd8c27e10b68302fcc32

  Log:
    [apt][yum] support i386.

  Modified files:
    packages/apt/Makefile.am
    packages/yum/Makefile.am

  Modified: packages/apt/Makefile.am (+1 -1)
===================================================================
--- packages/apt/Makefile.am    2011-11-28 18:25:43 +0900 (50bcad9)
+++ packages/apt/Makefile.am    2011-11-28 18:26:22 +0900 (799de1e)
@@ -1,6 +1,6 @@
 DISTRIBUTIONS = debian ubuntu
 CHROOT_BASE = /var/lib/chroot
-ARCHITECTURES = amd64
+ARCHITECTURES = i386 amd64
 CODES = squeeze wheezy unstable lucid natty oneiric
 
 all:

  Modified: packages/yum/Makefile.am (+1 -1)
===================================================================
--- packages/yum/Makefile.am    2011-11-28 18:25:43 +0900 (4809667)
+++ packages/yum/Makefile.am    2011-11-28 18:26:22 +0900 (87d565f)
@@ -1,5 +1,5 @@
 DISTRIBUTIONS = fedora centos
-ARCHITECTURES = x86_64
+ARCHITECTURES = i386 x86_64
 CHROOT_BASE = /var/lib/chroot
 
 all:
-------------- next part --------------
HTML����������������������������...
Download 



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