freebsd-ports/devel/elfsh/files/patch-libelfsh::Makefile
Will Andrews c39ed175aa Fix build on ia64.
Submitted by:	marcel, MAINTAINER, bento (kris)
2003-06-23 15:54:01 +00:00

11 lines
410 B
Text

--- 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 \