Changeset adcaa44d
- Timestamp:
- 05/07/2023 08:40:51 PM (5 months ago)
- Branches:
- multilib
- Children:
- 3b4ac52
- Parents:
- 5975e7e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter08/openssl.xml
r5975e7e radcaa44d 140 140 <para>Prepare OpenSSL for compilation:</para> 141 141 142 <screen><userinput remap="configure">CFLAGS="-m32 -march=i686 -Wall -O3" CXXFLAGS="$CFLAGS" \ 143 ./config --prefix=/usr \ 142 <screen><userinput remap="configure">./config --prefix=/usr \ 144 143 --openssldir=/etc/ssl \ 145 144 --libdir=lib32 \ 146 145 shared \ 147 146 zlib-dynamic \ 148 linux- generic32</userinput></screen>147 linux-x86</userinput></screen> 149 148 150 149 <para>Compile the package:</para> … … 173 172 <para>Prepare OpenSSL for compilation:</para> 174 173 175 <screen><userinput remap="configure">CFLAGS="-mx32 -march=x86-64 -Wall -O3" CXXFLAGS="$CFLAGS" \ 176 ./config --prefix=/usr \ 174 <screen><userinput remap="configure">./config --prefix=/usr \ 177 175 --openssldir=/etc/ssl \ 178 176 --libdir=libx32 \
Note:
See TracChangeset
for help on using the changeset viewer.