Changeset 45c41547
- Timestamp:
- 02/27/2014 01:45:11 AM (9 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 7.10, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 8ca5c82
- Parents:
- 55ca115d
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
r55ca115d r45c41547 49 49 <itemizedlist> 50 50 <listitem> 51 <para>[ken] - reinstate libexecdir for acl, and explain why it is 52 appropriate.</para> 53 </listitem> 54 <listitem> 51 55 <para>[ken] - remove libexecdir from acl, ConsoleKit, gnome-terminal, 52 56 colord, NetworkManager.</para> -
postlfs/security/acl.xml
r55ca115d r45c41547 79 79 INSTALL_USER=root \ 80 80 INSTALL_GROUP=root \ 81 ./configure --prefix=/usr -- disable-static &&81 ./configure --prefix=/usr --libexecdir=/usr/lib --disable-static && 82 82 make</userinput></screen> 83 83 … … 129 129 directory.</para> 130 130 131 <para><command>--libexecdir=/usr/lib</command>: This switch ensures that 132 <filename class="libraryfile">libacl.la</filename> is installed in the correct 133 directory, and that a spurious 134 <filename class="libraryfile">libacl.so</filename> symlink is not created in 135 <filename class="directory">/usr/libexec/</filename>.</para> 136 131 137 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 132 138 href="../../xincludes/static-libraries.xml"/>
Note:
See TracChangeset
for help on using the changeset viewer.