ports/devel/elfsh/files/patch-libelfsh::Makefile
Joe Marcus Clarke bd7d1808e5 Update to 0.51b2.
Submitted by:	maintainer
2003-08-16 06:06:14 +00:00

11 lines
480 B
Text

--- libelfsh/Makefile Wed Aug 13 16:31:55 2003
+++ libelfsh/Makefile.patch Sat Aug 16 01:48:30 2003
@@ -8,7 +8,7 @@
CC = gcc
RM = rm -f
AR = ar rc
-CFLAGS = -rdynamic -Iinclude -Wall -fPIC -g3 -O2 -DELFSH_INTERN
+CFLAGS += -rdynamic -Iinclude -Wall -fPIC -g3 -DELFSH_INTERN
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 blocks.c ctors.c dtors.c \