[Lsb-messages] /var/www/bzr/lsb/devel/misc-test r2289: Fix ARCH variable (bug 3616)

Denis Silakov denis.silakov at rosalab.ru
Wed Jun 27 06:02:35 UTC 2012


------------------------------------------------------------
revno: 2289
committer: Denis Silakov <denis.silakov at rosalab.ru>
branch nick: misc-test
timestamp: Wed 2012-06-27 10:02:35 +0400
message:
  Fix ARCH variable (bug 3616)
modified:
  dynchk/makefile
-------------- next part --------------
=== modified file 'dynchk/makefile'
--- a/dynchk/makefile	2012-06-26 07:14:59 +0000
+++ b/dynchk/makefile	2012-06-27 06:02:35 +0000
@@ -51,7 +51,7 @@
 TEST_LIB = tests/tests.o
 FHS_LIB = fhs/fhs.o
 LIB64=$(shell case `uname -a` in (ppc64 | s390x | x86_64) echo 64 ;; esac)
-ARCH=$(shell uname -i)
+ARCH=$(shell uname -m)
 REAL_LIBS = -L/opt/lsb/lib$(LIB64) -ldl
 
 # Set to '-g' to build library with debug info,



More information about the lsb-messages mailing list