Sophie

Sophie

distrib > Mandriva > 2009.1 > i586 > media > main-release-src > by-pkgid > 0a642777354180aec1cd7f43a93876ad > files > 2

hdparm-9.13-1mdv2009.1.src.rpm

--- Makefile	2008-12-10 01:14:28.000000000 +0100
+++ Makefile.oden	2008-12-24 20:11:35.000000000 +0100
@@ -16,7 +16,7 @@
 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 @@
 
 hdparm: hdparm.h sgio.h $(OBJS)
 	$(CC) $(LDFLAGS) -o hdparm $(OBJS)
-	$(STRIP) hdparm
 
 hdparm.o:	hdparm.h sgio.h