소스 검색

Support for ia64 arch builds.

git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1133 fd59a12c-fef9-0310-b244-a6a79926bd2f
Steven Dake 19 년 전
부모
커밋
f4cc7da60e
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      Makefile

+ 3 - 0
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);