queue-fix-dietlibc.patch
author "Tomas Zeman <tzeman@volny.cz>"
Thu, 01 Nov 2007 15:07:09 +0100
changeset 2 0003476e3b32
permissions -rw-r--r--
queue-fix-dietlibc

Compile with dietlibc

diff -r 6becbe0d87fa conf-cc
--- a/conf-cc	Thu Nov 01 15:04:39 2007 +0100
+++ b/conf-cc	Thu Nov 01 15:06:54 2007 +0100
@@ -1,3 +1,3 @@ gcc -O2
-gcc -O2
+diet gcc -O2
 
 This will be used to compile .c files.
diff -r 6becbe0d87fa conf-ld
--- a/conf-ld	Thu Nov 01 15:04:39 2007 +0100
+++ b/conf-ld	Thu Nov 01 15:06:54 2007 +0100
@@ -1,3 +1,3 @@ gcc -s
-gcc -s
+diet gcc -s -static
 
 This will be used to link .o files into an executable.