From c39ed175aa2822ab318f3e817181b36e3b93e290 Mon Sep 17 00:00:00 2001 From: Will Andrews Date: Mon, 23 Jun 2003 15:54:01 +0000 Subject: Fix build on ia64. Submitted by: marcel, MAINTAINER, bento (kris) --- devel/elfsh/files/patch-elfsh::Makefile | 11 +++++++++++ devel/elfsh/files/patch-libelfsh::Makefile | 11 +++++++++++ 2 files changed, 22 insertions(+) create mode 100644 devel/elfsh/files/patch-elfsh::Makefile create mode 100644 devel/elfsh/files/patch-libelfsh::Makefile (limited to 'devel/elfsh') diff --git a/devel/elfsh/files/patch-elfsh::Makefile b/devel/elfsh/files/patch-elfsh::Makefile new file mode 100644 index 000000000000..6ec586d4501c --- /dev/null +++ b/devel/elfsh/files/patch-elfsh::Makefile @@ -0,0 +1,11 @@ +--- elfsh/Makefile.orig Mon Jun 23 17:33:38 2003 ++++ elfsh/Makefile Mon Jun 23 17:35:00 2003 +@@ -12,7 +12,7 @@ + CC = gcc + NAME = elfsh + LDFLAGS = -L../libelfsh/ -lelfsh +-CFLAGS = -Wall -Iinclude -I../libelfsh/include -g3 -O2 ++CFLAGS += -Wall -Iinclude -I../libelfsh/include + RM = rm -f + NAME = elfsh + diff --git a/devel/elfsh/files/patch-libelfsh::Makefile b/devel/elfsh/files/patch-libelfsh::Makefile new file mode 100644 index 000000000000..87cccf531c1d --- /dev/null +++ b/devel/elfsh/files/patch-libelfsh::Makefile @@ -0,0 +1,11 @@ +--- libelfsh/Makefile.orig Mon Jun 23 17:36:25 2003 ++++ libelfsh/Makefile Mon Jun 23 17:37:33 2003 +@@ -8,7 +8,7 @@ + CC = gcc + RM = rm -f + AR = ar rc +-CFLAGS = -Iinclude -Wall -g3 -O2 ++CFLAGS += -Iinclude -Wall -fpic + SRC = dynamic.c dynsym.c elf.c fixup.c got.c hash.c \ + interp.c pht.c plt.c section.c sht.c error.c \ + stab.c symbol.c notes.c reloc.c functions.c \ -- cgit v1.2.3