From: Michael Tremer Date: Thu, 16 Feb 2012 22:43:24 +0000 (+0100) Subject: hdparm: Don't strip the binary when it is built. X-Git-Url: http://git.ipfire.org/?p=people%2Fms%2Fipfire-3.x.git;a=commitdiff_plain;h=cf36d19d68120f3b3976b36c7a44e9036053b8a9 hdparm: Don't strip the binary when it is built. The debugging information is extracted to the -debuginfo package for debugging on the target system. --- diff --git a/hdparm/hdparm.nm b/hdparm/hdparm.nm index dfd262189..43948098f 100644 --- a/hdparm/hdparm.nm +++ b/hdparm/hdparm.nm @@ -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