Changeset 0e1ef1c for networking


Ignore:
Timestamp:
02/09/2021 03:25:10 PM (3 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
2b254ea9
Parents:
a516869
Message:

dhcp: add -O2 -g as default CFLAGS

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24201 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/connect/dhcp.xml

    ra516869 r0e1ef1c  
    167167   preserves CFLAGS if they are set in environment
    168168-->
    169 <screen><userinput>( export CFLAGS="$CFLAGS -Wall -fno-strict-aliasing                 \
     169<screen><userinput>( export CFLAGS="${CFLAGS:--g -O2} -Wall -fno-strict-aliasing                 \
    170170        -D_PATH_DHCLIENT_SCRIPT='\"/sbin/dhclient-script\"'         \
    171171        -D_PATH_DHCPD_CONF='\"/etc/dhcp/dhcpd.conf\"'               \
Note: See TracChangeset for help on using the changeset viewer.