freebsd-ports/devel/elfsh/files/patch-vm::Makefile
Joe Marcus Clarke 53fe5bc45c Update to 0.51b3.
PR:		57115
Submitted by:	Simon Barner <barner@in.tum.de> (based on)
Approved by:	maintainer
2003-09-24 21:43:04 +00:00

22 lines
590 B
Text

--- vm/Makefile Thu Aug 21 04:23:17 2003
+++ vm/Makefile.patch Thu Sep 25 00:26:25 2003
@@ -19,8 +19,8 @@
#LDASMOPT = -lasm
# Uncommant that to use libreadline
-#READLNOPT = -DUSE_READLN
-#LDREADLNOPT = -lreadline -ltermcap
+READLNOPT = -DUSE_READLN
+LDREADLNOPT = -lreadline -ltermcap
# End of configurable Makefile
@@ -40,7 +40,7 @@
RM = rm -f
NAME = elfsh
-CFLAGS = -rdynamic -fPIC -g3 -O2 -Wall -Iinclude \
+CFLAGS += -rdynamic -fPIC -g3 -Wall -Iinclude \
-I../libhash/include/ -I../libelfsh/include/ \
-DELFSH_INTERN $(DLOPT) $(ASMOPT) $(READLNOPT)