summaryrefslogtreecommitdiff
path: root/net/slurm/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'net/slurm/patches/patch-af')
-rw-r--r--net/slurm/patches/patch-af16
1 files changed, 16 insertions, 0 deletions
diff --git a/net/slurm/patches/patch-af b/net/slurm/patches/patch-af
new file mode 100644
index 00000000000..085c3a659d0
--- /dev/null
+++ b/net/slurm/patches/patch-af
@@ -0,0 +1,16 @@
+$NetBSD: patch-af,v 1.1 2003/10/16 12:55:02 cube Exp $
+
+--- Makefile.in.orig 2003-09-08 23:23:21.000000000 +0200
++++ Makefile.in
+@@ -7,9 +7,9 @@ LDFLAGS = @LDFLAGS@
+ all: slurm-bin
+
+ slurm-bin: slurm.c
+- $(CC) $(CFLAGS) -DVERSION='$(VERSION)' slurm.c $(LIBS) -o slurm
++ $(CC) $(CFLAGS) $(LDFLAGS) -DVERSION='$(VERSION)' slurm.c $(LIBS) -o slurm
+ debug: slurm.c
+- $(CC) $(CFLAGS) -Wall -DVERSION='$(VERSION)' slurm.c $(LIBS) -o slurm
++ $(CC) $(CFLAGS) $(LDFLAGS) -Wall -DVERSION='$(VERSION)' slurm.c $(LIBS) -o slurm
+
+ clean:
+ rm -f slurm slurm.o src/*.o