Changeset d6b6ecb
- Timestamp:
- 05/05/2013 06:17:32 PM (11 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 7.10, 7.4, 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, gimp3, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- f78b8b5
- Parents:
- b194f2b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
postlfs/security/openssl.xml
rb194f2b rd6b6ecb 80 80 <listitem> 81 81 <para> 82 Required patch: <ulink83 url="&patch-root;/openssl-&openssl-version;-fix_manpages-1.patch"/>82 Required patch: 83 <ulink url="&patch-root;/openssl-&openssl-version;-fix_parallel_build-1.patch"/> 84 84 </para> 85 85 </listitem> … … 107 107 </para> 108 108 109 <screen><userinput>patch -Np1 -i ../openssl-&openssl-version;-fix_ manpages-1.patch &&109 <screen><userinput>patch -Np1 -i ../openssl-&openssl-version;-fix_parallel_build-1.patch && 110 110 111 111 ./config --prefix=/usr \ … … 129 129 </para> 130 130 131 <screen role="root"><userinput>make MANDIR=/usr/share/man install && 132 install -dv -m755 /usr/share/doc/openssl-&openssl-version; && 131 <screen role="root"><userinput> 132 make MANDIR=/usr/share/man MANSUFFIX=ssl install && 133 install -dv -m755 /usr/share/doc/openssl-&openssl-version; && 133 134 cp -vfr doc/* /usr/share/doc/openssl-&openssl-version;</userinput></screen> 134 135 … … 157 158 158 159 <para> 159 <command>make MANDIR=/usr/share/man install</command>: This command 160 installs <application>OpenSSL</application> with the man pages in 161 <filename class='directory'>/usr/share/man</filename> instead of 162 <filename class='directory'>/etc/ssl/man</filename>. 160 <command>make MANDIR=/usr/share/man MANSUFFIX=ssl install</command>: 161 This command installs <application>OpenSSL</application> with the man 162 pages in <filename class="directory">/usr/share/man</filename> 163 instead of <filename class="directory">/etc/ssl/man</filename> and 164 appends "ssl" suffix to the manual page names to avoid conflicts with 165 manual pages installed by other packages. 163 166 </para> 164 167
Note:
See TracChangeset
for help on using the changeset viewer.