commit 66dd298aa9a68ba5b9d2e628c1603c2a185665b4
parent bd83a05a96db2e8f7e54f1db0e7865df5dc88274
Author: Gerrit Pape <pape@smarden.org>
Date: Sun, 23 Dec 2001 02:31:21 +0000
use only conf-cc, conf-ld.
Diffstat:
1 file changed, 0 insertions(+), 4 deletions(-)
diff --git a/debian/rules b/debian/rules
@@ -31,10 +31,6 @@ build-stamp:
ln -s daemontools-pd-0.76 support )
( \
cd admin/runit-0.2.2 ; \
- sed -e 's/CC=gcc/CC=diet gcc/g; \
- s/LDFLAGS=-Wall -O3 -s/LDFLAGS=-Wall -O3 -s -Os -pipe/g' \
- < src/Makefile > src/Makefile'{new}' && \
- mv -f src/Makefile'{new}' src/Makefile ; \
echo 'diet gcc -O2 -Wall' > support/conf-cc ; \
echo 'diet gcc -s -Os -pipe' > support/conf-ld ; \
package/compile ; \