OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-web Date: 26-Feb-2003 09:18:21
Branch: HEAD Handle: 2003022608182100
Modified files:
openpkg-web faq.wml
Log:
overriding-cflags
Summary:
Revision Changes Path
1.24 +9 -0 openpkg-web/faq.wml
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-web/faq.wml
============================================================================
$ cvs diff -u -r1.23 -r1.24 faq.wml
--- openpkg-web/faq.wml 20 Jan 2003 18:41:20 -0000 1.23
+++ openpkg-web/faq.wml 26 Feb 2003 08:18:21 -0000 1.24
@@ -452,5 +452,14 @@
generated) files are also owned by him.
</faq>
+<faq id="overriding-cflags"
+ title="How can i override the CFLAGS default for all packages?">
+ You should be able to achieve this by overriding the l_cc and l_cflags
+ variables in your <tt>~/.rpmmacros</tt>, i.e.
+ <pre>
+ %l_cc gcc
+ %l_cflags -pipe -O3 -march=i686 -funroll-loops
+ </pre>
+</faq>
</ol>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]