]> git.ipfire.org Git - people/ms/ipfire-3.x.git/commitdiff
hdparm: Don't strip the binary when it is built.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 16 Feb 2012 22:43:24 +0000 (23:43 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 16 Feb 2012 22:43:24 +0000 (23:43 +0100)
The debugging information is extracted to the -debuginfo package
for debugging on the target system.

hdparm/hdparm.nm

index dfd262189914fa08d2f5d8272ff8639db5751db8..43948098f15534331dfb532743acd17a829936f9 100644 (file)
@@ -5,7 +5,7 @@
 
 name       = hdparm
 version    = 9.38
-release    = 1
+release    = 2
 
 groups     = Applications/Hardware
 url        = http://sourceforge.net/projects/hdparm/
@@ -22,7 +22,8 @@ source_dl  = http://sourceforge.net/projects/%{name}/files/%{name}/
 
 build
        build
-               cd %{DIR_APP} && CFLAGS="%{CFLAGS}" make %{PARALELLIAMFLAGS} LDFLAGS=
+               CFLAGS="%{CFLAGS}" make %{PARALELLIAMFLAGS} \
+                       STRIP=/bin/true LDFLAGS=
        end
 
        install