]> git.pld-linux.org Git - packages/bogodisk.git/commitdiff
- new auto/th/bogodisk-0_5_4-1
authorAdam Gołębiowski <adamg@pld-linux.org>
Sun, 28 Dec 2008 12:56:15 +0000 (12:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bogodisk-as-needed.patch -> 1.1

bogodisk-as-needed.patch [new file with mode: 0644]

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.090322 seconds and 4 git commands to generate.