runit

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 1ed072dc107433b4d9b85b152bf23e8b7d6ff512
parent 871f32904dafc78bcde910d2fa5648613e1da772
Author: Gerrit Pape <pape@smarden.org>
Date:   Thu, 24 Oct 2002 20:59:37 +0000

  * debian/rules: let diet be verbose and mangle gcc options for platform
    specific optimization (fixes build failure on sparc).
-2.

Diffstat:
Mdebian/changelog | 7+++++++
Mdebian/rules | 4++--
2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog @@ -1,3 +1,10 @@ +runit (0.7.1-2) unstable; urgency=low + + * debian/rules: let diet be verbose and mangle gcc options for platform + specific optimization (fixes build failure on sparc). + + -- Gerrit Pape <pape@smarden.org> Thu, 24 Oct 2002 22:54:08 +0200 + runit (0.7.1-1) unstable; urgency=low * new upstream version. diff --git a/debian/rules b/debian/rules @@ -30,8 +30,8 @@ build-arch-stamp: ( \ cd admin/runit-0.7.1/src; \ ln -s runit-0.7.1 runit; mv runit ../..; \ - echo 'diet gcc -O2 -Wall' >conf-cc; \ - echo 'diet gcc -s -Os -pipe' >conf-ld; \ + echo 'diet -v -Os gcc -O2 -Wall' >conf-cc; \ + echo 'diet -v -Os gcc -s -Os -pipe' >conf-ld; \ $(MAKE); \ $(MAKE) runsvstat runsvctrl; \ )