summaryrefslogtreecommitdiffstats
path: root/package/hdparm/hdparm.patch
diff options
context:
space:
mode:
author"Steven J. Hill" <sjhill@realitydiluted.com>2007-07-20 14:37:48 +0000
committer"Steven J. Hill" <sjhill@realitydiluted.com>2007-07-20 14:37:48 +0000
commit0ffc8419b44179821f2f86fe9fb6e89543405be2 (patch)
tree6b000e3298def6357c6ce3ea72d4f069b1a6785b /package/hdparm/hdparm.patch
parent4ccf17da47f4823e658900bcbfa598b255f5575a (diff)
downloadbuildroot-novena-0ffc8419b44179821f2f86fe9fb6e89543405be2.tar.gz
buildroot-novena-0ffc8419b44179821f2f86fe9fb6e89543405be2.zip
Fix hdparm to cross build correctly. Also fix thttpd to build and install sanely and add simplified start up.
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