]> git.pld-linux.org Git - packages/hdparm.git/blame - hdparm-optflags.patch
- actually rc.hdparm instead of hdparm.init
[packages/hdparm.git] / hdparm-optflags.patch
CommitLineData
5bd65c28 1diff -ru hdparm-3.6/Makefile hdparm-3.6.AX/Makefile
2--- hdparm-3.6/Makefile Fri Oct 15 14:59:00 1999
3+++ hdparm-3.6.AX/Makefile Sat Dec 25 14:10:45 1999
4@@ -9,7 +9,7 @@
5a2341ea 5 all: hdparm
6
7 hdparm: hdparm.c /usr/include/linux/hdreg.h
8- gcc -Wall -Wstrict-prototypes -O2 -s -o hdparm hdparm.c
9+ gcc -Wall -Wstrict-prototypes $(OPTFLAGS) -o hdparm hdparm.c
10
11 install: all hdparm.8
5bd65c28 12 if [ -f $(destdir)/usr/sbin/hdparm ]; then rm -f $(destdir)/usr/sbin/hdparm ; fi
This page took 0.11595 seconds and 4 git commands to generate.