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
@ -101,8 +101,8 @@
|
|||||||
cd build &&
|
cd build &&
|
||||||
|
|
||||||
cmake -DCMAKE_INSTALL_PREFIX=/usr \
|
cmake -DCMAKE_INSTALL_PREFIX=/usr \
|
||||||
-DCMAKE_BUILD_TYPE=Release \
|
-DCMAKE_BUILD_TYPE=Release \
|
||||||
-DBUILD_STATIC_LIBS=OFF \
|
-DBUILD_STATIC_LIBS=OFF \
|
||||||
.. &&
|
.. &&
|
||||||
make</userinput></screen>
|
make</userinput></screen>
|
||||||
|
|
||||||
|
@ -75,12 +75,13 @@
|
|||||||
Install <application>NSPR</application> by running the following commands:
|
Install <application>NSPR</application> by running the following commands:
|
||||||
</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 &&
|
||||||
|
|
||||||
./configure --prefix=/usr \
|
./configure --prefix=/usr \
|
||||||
--with-mozilla \
|
--with-mozilla \
|
||||||
--with-pthreads \
|
--with-pthreads \
|
||||||
$([ $(uname -m) = x86_64 ] && echo --enable-64bit) &&
|
$([ $(uname -m) = x86_64 ] && echo --enable-64bit) &&
|
||||||
make</userinput></screen>
|
make</userinput></screen>
|
||||||
|
@ -95,11 +95,11 @@
|
|||||||
<screen><userinput>mkdir build &&
|
<screen><userinput>mkdir build &&
|
||||||
cd build &&
|
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_DEFAULT_LIBDIR=lib \
|
||||||
-DCMAKE_INSTALL_DOCDIR=/usr/share/doc/libjpeg-turbo-&libjpeg-turbo-version; \
|
-DCMAKE_INSTALL_DOCDIR=/usr/share/doc/libjpeg-turbo-&libjpeg-turbo-version; \
|
||||||
-DCMAKE_INSTALL_DEFAULT_LIBDIR=lib \
|
|
||||||
.. &&
|
.. &&
|
||||||
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 \
|
||||||
|
@ -98,9 +98,9 @@
|
|||||||
commands:
|
commands:
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<screen><userinput>./configure --prefix=/usr \
|
<screen><userinput>./configure --prefix=/usr \
|
||||||
--sysconfdir=/etc \
|
--sysconfdir=/etc \
|
||||||
--disable-orbit \
|
--disable-orbit \
|
||||||
--disable-static &&
|
--disable-static &&
|
||||||
make</userinput></screen>
|
make</userinput></screen>
|
||||||
|
|
||||||
|
@ -108,8 +108,8 @@
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
<screen><userinput>./configure --disable-alsaconf \
|
<screen><userinput>./configure --disable-alsaconf \
|
||||||
--disable-bat \
|
--disable-bat \
|
||||||
--disable-xmlto \
|
--disable-xmlto \
|
||||||
--with-curses=ncursesw &&
|
--with-curses=ncursesw &&
|
||||||
make</userinput></screen>
|
make</userinput></screen>
|
||||||
|
|
||||||
|
@ -85,10 +85,10 @@
|
|||||||
following commands:
|
following commands:
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<screen><userinput>./configure --prefix=/usr \
|
<screen><userinput>./configure --prefix=/usr \
|
||||||
--mandir=/usr/share/man \
|
--mandir=/usr/share/man \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
CFLAGS="${CFLAGS:--g -O2} $([ $(uname -m) = x86_64 ] && echo -fPIC)" &&
|
CFLAGS="${CFLAGS:--g -O2} $([ $(uname -m) = x86_64 ] && echo -fPIC)" &&
|
||||||
make</userinput></screen>
|
make</userinput></screen>
|
||||||
|
|
||||||
|
@ -110,14 +110,14 @@
|
|||||||
commands:
|
commands:
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<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>
|
||||||
|
@ -162,27 +162,27 @@ useradd -c "MySQL Server" -d /srv/mysql -g mysql -s /bin/false -u 40 mysql</user
|
|||||||
<screen><userinput>mkdir build &&
|
<screen><userinput>mkdir build &&
|
||||||
cd build &&
|
cd build &&
|
||||||
|
|
||||||
cmake -DCMAKE_BUILD_TYPE=Release \
|
cmake -DCMAKE_BUILD_TYPE=Release \
|
||||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||||
-DGRN_LOG_PATH=/var/log/groonga.log \
|
-DGRN_LOG_PATH=/var/log/groonga.log \
|
||||||
-DINSTALL_DOCDIR=share/doc/mariadb-&mariadb-version; \
|
-DINSTALL_DOCDIR=share/doc/mariadb-&mariadb-version; \
|
||||||
-DINSTALL_DOCREADMEDIR=share/doc/mariadb-&mariadb-version; \
|
-DINSTALL_DOCREADMEDIR=share/doc/mariadb-&mariadb-version; \
|
||||||
-DINSTALL_MANDIR=share/man \
|
-DINSTALL_MANDIR=share/man \
|
||||||
-DINSTALL_MYSQLSHAREDIR=share/mysql \
|
-DINSTALL_MYSQLSHAREDIR=share/mysql \
|
||||||
-DINSTALL_MYSQLTESTDIR=share/mysql/test \
|
-DINSTALL_MYSQLTESTDIR=share/mysql/test \
|
||||||
-DINSTALL_PAMDIR=lib/security \
|
-DINSTALL_PAMDIR=lib/security \
|
||||||
-DINSTALL_PAMDATADIR=/etc/security \
|
-DINSTALL_PAMDATADIR=/etc/security \
|
||||||
-DINSTALL_PLUGINDIR=lib/mysql/plugin \
|
-DINSTALL_PLUGINDIR=lib/mysql/plugin \
|
||||||
-DINSTALL_SBINDIR=sbin \
|
-DINSTALL_SBINDIR=sbin \
|
||||||
-DINSTALL_SCRIPTDIR=bin \
|
-DINSTALL_SCRIPTDIR=bin \
|
||||||
-DINSTALL_SQLBENCHDIR=share/mysql/bench \
|
-DINSTALL_SQLBENCHDIR=share/mysql/bench \
|
||||||
-DINSTALL_SUPPORTFILESDIR=share/mysql \
|
-DINSTALL_SUPPORTFILESDIR=share/mysql \
|
||||||
-DMYSQL_DATADIR=/srv/mysql \
|
-DMYSQL_DATADIR=/srv/mysql \
|
||||||
-DMYSQL_UNIX_ADDR=/run/mysqld/mysqld.sock \
|
-DMYSQL_UNIX_ADDR=/run/mysqld/mysqld.sock \
|
||||||
-DWITH_EXTRA_CHARSETS=complex \
|
-DWITH_EXTRA_CHARSETS=complex \
|
||||||
-DWITH_EMBEDDED_SERVER=ON \
|
-DWITH_EMBEDDED_SERVER=ON \
|
||||||
-DSKIP_TESTS=ON \
|
-DSKIP_TESTS=ON \
|
||||||
-DTOKUDB_OK=0 \
|
-DTOKUDB_OK=0 \
|
||||||
.. &&
|
.. &&
|
||||||
make</userinput></screen>
|
make</userinput></screen>
|
||||||
|
|
||||||
|
@ -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>
|
||||||
|
@ -112,12 +112,12 @@
|
|||||||
<screen role="nodump"><userinput>patch -Np1 -i ../openldap-&openldap-version;-consolidated-1.patch &&
|
<screen role="nodump"><userinput>patch -Np1 -i ../openldap-&openldap-version;-consolidated-1.patch &&
|
||||||
autoconf &&
|
autoconf &&
|
||||||
|
|
||||||
./configure --prefix=/usr \
|
./configure --prefix=/usr \
|
||||||
--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 &&
|
||||||
|
|
||||||
make depend &&
|
make depend &&
|
||||||
@ -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