Blame SOURCES/libhugetlbfs-2.16-plt_extrasz_fix.patch

7f92c5
diff -up libhugetlbfs-2.16/Makefile.orig libhugetlbfs-2.16/Makefile
7f92c5
--- libhugetlbfs-2.16/Makefile.orig	2014-11-06 23:06:07.605004158 +0100
7f92c5
+++ libhugetlbfs-2.16/Makefile	2014-11-06 23:07:07.354883338 +0100
7f92c5
@@ -150,6 +150,9 @@ endif
7f92c5
 ifeq ($(ELF64),elf64ppc)
7f92c5
 LIBOBJS64 += obj64/$(ELF64).o
7f92c5
 endif
7f92c5
+ifeq ($(ELF64),elf64lppc)
7f92c5
+LIBOBJS64 += obj64/$(ELF64).o
7f92c5
+endif
7f92c5
 LIBOBJS32 += $(LIBOBJS:%=obj32/%)
7f92c5
 LIBOBJS64 += $(LIBOBJS:%=obj64/%)
7f92c5