Author: xry111
Date: Tue Feb  9 07:25:10 2021
New Revision: 24201

Log:
dhcp: add -O2 -g as default CFLAGS

Modified:
   trunk/BOOK/networking/connect/dhcp.xml

Modified: trunk/BOOK/networking/connect/dhcp.xml
==============================================================================
--- trunk/BOOK/networking/connect/dhcp.xml      Tue Feb  9 07:16:01 2021        
(r24200)
+++ trunk/BOOK/networking/connect/dhcp.xml      Tue Feb  9 07:25:10 2021        
(r24201)
@@ -166,7 +166,7 @@
    Running ( export CFLAGS=... ./configure ... ) in a subshell
    preserves CFLAGS if they are set in environment
 -->
-<screen><userinput>( export CFLAGS="$CFLAGS -Wall -fno-strict-aliasing         
        \
+<screen><userinput>( export CFLAGS="${CFLAGS:--g -O2} -Wall 
-fno-strict-aliasing                 \
         -D_PATH_DHCLIENT_SCRIPT='\"/sbin/dhclient-script\"'         \
         -D_PATH_DHCPD_CONF='\"/etc/dhcp/dhcpd.conf\"'               \
         -D_PATH_DHCLIENT_CONF='\"/etc/dhcp/dhclient.conf\"'"        &amp;&amp;
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to