From f4cc7da60e5a91edcf0908a05d44646d0d62eda1 Mon Sep 17 00:00:00 2001 From: Steven Dake Date: Mon, 17 Jul 2006 22:36:13 +0000 Subject: [PATCH] Support for ia64 arch builds. git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1133 fd59a12c-fef9-0310-b244-a6a79926bd2f --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 80d988b5..56ba2836 100644 --- a/Makefile +++ b/Makefile @@ -51,6 +51,9 @@ endif ifeq (s390x,$(ARCH)) LIBDIR=/usr/lib64/openais endif +ifeq (ia64,$(ARCH)) +LIBDIR=/usr/lib/openais +endif all: (cd lcr; echo ==== `pwd` ===; $(MAKE) all);