Changeset 44fc64d
- Timestamp:
- 10/03/2018 08:52:55 PM (6 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.4, 9.0, 9.1, bdubbs/svn, elogind, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 2890c04f
- Parents:
- 73437f9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
r73437f9 r44fc64d 47 47 <itemizedlist> 48 48 <listitem> 49 <para>[thomas] - Export CFLAGS in dhcp to avoid a compile error caused 50 by new versions of gcc. Fixes 51 <ulink url="&blfs-ticket-root;11199">#11199</ulink>.</para> 52 </listitem> 53 <listitem> 49 54 <para>[thomas] - Use stable branch (9.12.2-P2) for bind and bind-utils. 50 55 Fixes <ulink url="&blfs-ticket-root;11166">#11166</ulink>.</para> -
networking/connect/dhcp.xml
r73437f9 r44fc64d 153 153 </para> 154 154 155 <screen><userinput>CFLAGS="-D_PATH_DHCLIENT_SCRIPT='\"/sbin/dhclient-script\"' \ 155 <!-- 156 Running ( export CFLAGS=... ./configure ... ) in a subshell 157 preserves CFLAGS if they are set in environment 158 --> 159 <screen><userinput>( export CFLAGS="$CFLAGS -Wall -fno-strict-aliasing \ 160 -D_PATH_DHCLIENT_SCRIPT='\"/sbin/dhclient-script\"' \ 156 161 -D_PATH_DHCPD_CONF='\"/etc/dhcp/dhcpd.conf\"' \ 157 162 -D_PATH_DHCLIENT_CONF='\"/etc/dhcp/dhclient.conf\"'" && … … 163 168 --with-srv6-lease-file=/var/lib/dhcpd/dhcpd6.leases \ 164 169 --with-cli-lease-file=/var/lib/dhclient/dhclient.leases \ 165 --with-cli6-lease-file=/var/lib/dhclient/dhclient6.leases && 170 --with-cli6-lease-file=/var/lib/dhclient/dhclient6.leases 171 ) && 166 172 make -j1</userinput></screen> 167 173
Note:
See TracChangeset
for help on using the changeset viewer.