A website documenting creating the build root for MidgardOS
| Navigation | ||
|---|---|---|
| « GNU LibTasn1 64-bit | HOME | GNU TLS 64-bit » |
Name: GNU LibTasn1 32-bit
Summary: An ASN.1 implementation library
License: GPL v3 or later/LGPL v2.1 or later
Version: 4.20.0
URL: https://ftp.gnu.org/gnu/libtasn1/libtasn1-4.20.0.tar.gz
Average Build Time: 0.2 SBU
Used Install Space: 708 KiB
To configure GNU LibTasn1 32-bit for install into the build root, run the following commands:
make distclean
CC="gcc -m32 -march=i686" \
./configure --host=i686-pc-linux-gnu \
--prefix=/usr \
--libdir=/usr/lib \
--libexecdir=/usr/lib \
--disable-static \
--enable-shared
To compile GNU LibTasn1 32-bit, run the following command:
make
Finally, to install GNU LibTasn1 32-bit into the build tree, run the following commands:
make DESTDIR=$PWD/DESTDIR install
rm -fv DESTDIR/usr/lib/libtasn1.la
cp -Rv DESTDIR/usr/lib/* /usr/lib/
See the contents section of the 64-bit build of GNU LibTasn1 for details.
| Navigation | ||
|---|---|---|
| « GNU LibTasn1 64-bit | HOME | GNU TLS 64-bit » |