2008-08-28 12:39:19 +02:00
|
|
|
---
|
|
|
|
Makefile | 2 +-
|
|
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
|
2009-11-16 17:17:15 +01:00
|
|
|
Index: libhugetlbfs-2.5/Makefile
|
|
|
|
===================================================================
|
|
|
|
--- libhugetlbfs-2.5.orig/Makefile
|
|
|
|
+++ libhugetlbfs-2.5/Makefile
|
|
|
|
@@ -64,7 +64,7 @@ endif
|
2008-08-28 12:39:19 +02:00
|
|
|
else
|
|
|
|
ifeq ($(ARCH),ia64)
|
|
|
|
CC64 = gcc
|
2009-11-16 17:17:15 +01:00
|
|
|
-TMPLIB64 = lib64
|
|
|
|
+TMPLIB64 = lib
|
2008-08-28 12:39:19 +02:00
|
|
|
CFLAGS += -DNO_ELFLINK
|
|
|
|
else
|
|
|
|
ifeq ($(ARCH),sparc64)
|