mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 14:47:17 +08:00
Fix alignement of blocks
Reported by "rhubarbpieguy" on the blfs-dev mailing list
This commit is contained in:
parent
3261d400c3
commit
68dfef54d6
@ -76,6 +76,7 @@
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
<screen><userinput>cd nspr &&
|
<screen><userinput>cd nspr &&
|
||||||
|
|
||||||
sed -ri '/^RELEASE/s/^/#/' pr/src/misc/Makefile.in &&
|
sed -ri '/^RELEASE/s/^/#/' pr/src/misc/Makefile.in &&
|
||||||
sed -i 's#$(LIBRARY) ##' config/rules.mk &&
|
sed -i 's#$(LIBRARY) ##' config/rules.mk &&
|
||||||
|
|
||||||
|
@ -98,8 +98,8 @@ cd build &&
|
|||||||
cmake -DCMAKE_INSTALL_PREFIX=/usr \
|
cmake -DCMAKE_INSTALL_PREFIX=/usr \
|
||||||
-DCMAKE_BUILD_TYPE=RELEASE \
|
-DCMAKE_BUILD_TYPE=RELEASE \
|
||||||
-DENABLE_STATIC=FALSE \
|
-DENABLE_STATIC=FALSE \
|
||||||
-DCMAKE_INSTALL_DOCDIR=/usr/share/doc/libjpeg-turbo-&libjpeg-turbo-version; \
|
|
||||||
-DCMAKE_INSTALL_DEFAULT_LIBDIR=lib \
|
-DCMAKE_INSTALL_DEFAULT_LIBDIR=lib \
|
||||||
|
-DCMAKE_INSTALL_DOCDIR=/usr/share/doc/libjpeg-turbo-&libjpeg-turbo-version; \
|
||||||
.. &&
|
.. &&
|
||||||
make</userinput></screen>
|
make</userinput></screen>
|
||||||
|
|
||||||
|
@ -177,7 +177,8 @@
|
|||||||
commands:
|
commands:
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<screen><userinput>PYTHON=python3 ./configure --prefix=/usr \
|
<screen><userinput>PYTHON=python3 \
|
||||||
|
./configure --prefix=/usr \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--with-apache-libexecdir \
|
--with-apache-libexecdir \
|
||||||
--with-lz4=internal \
|
--with-lz4=internal \
|
||||||
|
@ -112,12 +112,12 @@
|
|||||||
|
|
||||||
<screen><userinput>./configure --prefix=/usr \
|
<screen><userinput>./configure --prefix=/usr \
|
||||||
--sysconfdir=/etc/lynx \
|
--sysconfdir=/etc/lynx \
|
||||||
--datadir=/usr/share/doc/lynx-&lynx-version; \
|
|
||||||
--with-zlib \
|
--with-zlib \
|
||||||
--with-bzlib \
|
--with-bzlib \
|
||||||
--with-ssl \
|
--with-ssl \
|
||||||
--with-screen=ncursesw \
|
--with-screen=ncursesw \
|
||||||
--enable-locale-charset &&
|
--enable-locale-charset \
|
||||||
|
--datadir=/usr/share/doc/lynx-&lynx-version; &&
|
||||||
make</userinput></screen>
|
make</userinput></screen>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
|
@ -121,11 +121,11 @@
|
|||||||
|
|
||||||
<screen><userinput>./configure --prefix=/usr \
|
<screen><userinput>./configure --prefix=/usr \
|
||||||
--sysconfdir=/etc \
|
--sysconfdir=/etc \
|
||||||
--docdir=/usr/share/doc/kea-&kea-dhcp-version; \
|
|
||||||
--localstatedir=/var \
|
--localstatedir=/var \
|
||||||
--enable-shell \
|
--enable-shell \
|
||||||
--with-openssl \
|
--with-openssl \
|
||||||
--disable-static &&
|
--disable-static \
|
||||||
|
--docdir=/usr/share/doc/kea-&kea-dhcp-version; &&
|
||||||
make</userinput></screen>
|
make</userinput></screen>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
|
@ -116,7 +116,7 @@ autoconf &&
|
|||||||
--sysconfdir=/etc \
|
--sysconfdir=/etc \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--enable-dynamic \
|
--enable-dynamic \
|
||||||
--enable-versioning=yes \
|
--disable-versioning \
|
||||||
--disable-debug \
|
--disable-debug \
|
||||||
--disable-slapd &&
|
--disable-slapd &&
|
||||||
|
|
||||||
@ -156,7 +156,7 @@ autoconf &&
|
|||||||
--localstatedir=/var \
|
--localstatedir=/var \
|
||||||
--libexecdir=/usr/lib \
|
--libexecdir=/usr/lib \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--enable-versioning=yes \
|
--disable-versioning \
|
||||||
--disable-debug \
|
--disable-debug \
|
||||||
--with-tls=openssl \
|
--with-tls=openssl \
|
||||||
--with-cyrus-sasl \
|
--with-cyrus-sasl \
|
||||||
|
Loading…
Reference in New Issue
Block a user