summaryrefslogtreecommitdiffstats
path: root/package/hdparm/hdparm.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/hdparm/hdparm.patch')
-rw-r--r--package/hdparm/hdparm.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/package/hdparm/hdparm.patch b/package/hdparm/hdparm.patch
new file mode 100644
index 000000000..d271eb879
--- /dev/null
+++ b/package/hdparm/hdparm.patch
@@ -0,0 +1,12 @@
+diff -ur hdparm-7.6/Makefile hdparm-7.6-patched/Makefile
+--- hdparm-7.6/Makefile 2007-06-07 12:39:24.000000000 -0500
++++ hdparm-7.6-patched/Makefile 2007-07-19 12:11:03.000000000 -0500
+@@ -28,7 +28,7 @@
+
+ hdparm: hdparm.h $(OBJS)
+ $(CC) $(LDFLAGS) -o hdparm $(OBJS)
+- strip hdparm
++ $(STRIP) hdparm
+
+ install: all hdparm.8
+ if [ ! -z $(DESTDIR) ]; then $(INSTALL_DIR) $(DESTDIR) ; fi