diff options
Diffstat (limited to 'net/dhisd/files/patch-Makefile')
-rw-r--r-- | net/dhisd/files/patch-Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/net/dhisd/files/patch-Makefile b/net/dhisd/files/patch-Makefile new file mode 100644 index 0000000..a1c5f7a --- /dev/null +++ b/net/dhisd/files/patch-Makefile @@ -0,0 +1,15 @@ +--- Makefile.orig Sat Feb 24 02:59:57 2001 ++++ Makefile Sat Feb 24 03:01:42 2001 +@@ -28,9 +28,11 @@ + CC=gcc + CFLAGS=-I/usr/local/include + LFLAGS=-L/usr/local/lib +-LIBS=-lbind -lgmp ++LIBS=-lgmp + OBJS=log.o network.o misc.o db.o online.o nsupdate.o main.o + RM=rm -f ++ ++all: dhisd + + dhisd: $(OBJS) + $(CC) $(LFLAGS) -o dhisd $(OBJS) $(LIBS) |