]> git.pld-linux.org Git - packages/bogodisk.git/blobdiff - bogodisk-as-needed.patch
- new
[packages/bogodisk.git] / bogodisk-as-needed.patch
diff --git a/bogodisk-as-needed.patch b/bogodisk-as-needed.patch
new file mode 100644 (file)
index 0000000..a665573
--- /dev/null
@@ -0,0 +1,21 @@
+--- bogodisk-0.5.4/Makefile~   2008-11-23 11:03:13.000000000 +0100
++++ bogodisk-0.5.4/Makefile    2008-12-28 13:53:54.829553021 +0100
+@@ -1,5 +1,7 @@
++CC=gcc
+ CFLAGS=-O2 -Wall
+-LDFLAGS=-lrt
++LDFLAGS=
++LIBS=-lrt
+ VERSION=0.5.4
+ prefix = /usr
+@@ -8,6 +10,9 @@
+ all: bogodisk
++bogodisk: bogodisk.c
++      $(CC) $(CFLAGS) $(LDFLAGS) $< -o $@ $(LIBS)
++
+ distclean: clean
+ clean:;
This page took 0.082854 seconds and 4 git commands to generate.