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

13 lines
435 B
Text

--- modules/Makefile Wed Aug 13 16:31:56 2003
+++ modules/Makefile.patch Sat Aug 16 01:51:05 2003
@@ -18,8 +18,8 @@
OBJ3 = $(SRC3:.c=.o)
NAM3 = modremap.so
-CFLAGS = -I../vm/include/ -I../libhash/include/ -I../libelfsh/include/ \
- -Wall -g3 -O2 -fPIC -rdynamic -DELFSH_INTERN
+CFLAGS += -I../vm/include/ -I../libhash/include/ -I../libelfsh/include/ \
+ -Wall -g3 -fPIC -rdynamic -DELFSH_INTERN
CC = gcc
all : test remap #flow