mirror of
https://git.freebsd.org/ports.git
synced 2025-06-20 04:00:41 -04:00
11 lines
480 B
Text
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 \
|