]> git.pld-linux.org Git - packages/bogodisk.git/blobdiff - bogodisk-as-needed.patch
- dropped
[packages/bogodisk.git] / bogodisk-as-needed.patch
diff --git a/bogodisk-as-needed.patch b/bogodisk-as-needed.patch
deleted file mode 100644 (file)
index a665573..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
---- 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.072949 seconds and 4 git commands to generate.