diff --git a/hdparm-9.16-nostrip.patch b/hdparm-9.16-nostrip.patch new file mode 100644 index 0000000..bad2580 --- /dev/null +++ b/hdparm-9.16-nostrip.patch @@ -0,0 +1,11 @@ +diff -up hdparm-9.16/Makefile.nostrip hdparm-9.16/Makefile +--- hdparm-9.16/Makefile.nostrip 2009-07-17 22:52:36.000000000 +0200 ++++ hdparm-9.16/Makefile 2009-07-17 22:52:42.000000000 +0200 +@@ -28,7 +28,6 @@ all: hdparm + + hdparm: hdparm.h sgio.h $(OBJS) + $(CC) $(LDFLAGS) -o hdparm $(OBJS) +- $(STRIP) hdparm + + hdparm.o: hdparm.h sgio.h + diff --git a/hdparm-9.8-nostrip.patch b/hdparm-9.8-nostrip.patch deleted file mode 100644 index 3de1bf4..0000000 --- a/hdparm-9.8-nostrip.patch +++ /dev/null @@ -1,20 +0,0 @@ -diff -up hdparm-9.8/Makefile.nostrip hdparm-9.8/Makefile ---- hdparm-9.8/Makefile.nostrip 2009-01-14 12:48:52.000000000 +0100 -+++ hdparm-9.8/Makefile 2009-01-14 12:49:17.000000000 +0100 -@@ -16,7 +16,7 @@ STRIP ?= strip - CFLAGS := -O2 -W -Wall -Wbad-function-cast -Wcast-align -Wpointer-arith -Wcast-qual -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -fkeep-inline-functions -Wwrite-strings -Waggregate-return -Wnested-externs -Wtrigraphs $(CFLAGS) - - #LDFLAGS = -s -static --LDFLAGS = -s -+LDFLAGS = - INSTALL = install - INSTALL_DATA = $(INSTALL) -m 644 - INSTALL_DIR = $(INSTALL) -m 755 -d -@@ -28,7 +28,6 @@ all: hdparm - - hdparm: hdparm.h sgio.h $(OBJS) - $(CC) $(LDFLAGS) -o hdparm $(OBJS) -- $(STRIP) hdparm - - hdparm.o: hdparm.h sgio.h -