diff options
Diffstat (limited to 'sysutils/dd_rescue/files/patch-Makefile')
-rw-r--r-- | sysutils/dd_rescue/files/patch-Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sysutils/dd_rescue/files/patch-Makefile b/sysutils/dd_rescue/files/patch-Makefile new file mode 100644 index 000000000000..be2e34499e79 --- /dev/null +++ b/sysutils/dd_rescue/files/patch-Makefile @@ -0,0 +1,12 @@ +--- Makefile.orig Fri Oct 22 16:38:03 2004 ++++ Makefile Tue Mar 15 01:00:23 2005 +@@ -6,9 +6,7 @@ + + DESTDIR = + +-CC = gcc + RPM_OPT_FLAGS = -O2 -Wall -g +-CFLAGS = $(RPM_OPT_FLAGS) $(EXTRA_CFLAGS) + DEFINES = -DVERSION=\"$(VERSION)\" + INSTALL = install + INSTALLFLAGS = -s |