Cook: freetype 2.10.2 ================================================================================ QA: checking package receipt... Checking build dependencies... Installing (pkg/local): libgdbm-1.18.1-i486 Installing (pkg/local): perl-core-5.28.1-i486 Installing (pkg/local): perl-5.28.1-i486 Installing (pkg/local): autoconf-2.69-i486 Installing (pkg/local): automake-1.16.2-any Installing (pkg/local): bzip2-dev-1.0.8-i486 Installing (pkg/local): libpng-1.6.36-i486 Installing (pkg/local): zlib-dev-1.2.11-any Installing (pkg/local): libpng-dev-1.6.36-i486 Installing (pkg/local): libltdl-2.4.6-i486 Installing (pkg/local): libtool-2.4.6-i486 Extracting source archive "freetype-2.10.2.tar.xz" Executing: compile_rules CFLAGS : -march=i486 -Os -pipe -mindirect-branch=thunk CXXLAGS : -march=i486 -Os -pipe -mindirect-branch=thunk CPPFLAGS : -D_GLIBCXX_USE_C99_MATH=1 LDFLAGS : -Wl,-Os,--as-needed FreeType build system -- automatic system detection The following settings are used: platform unix compiler cc configuration directory ./builds/unix configuration rules ./builds/unix/unix.mk If this does not correspond to your system or settings please remove the file `config.mk' from this directory then read the INSTALL file for help. Otherwise, simply type `make' again to build the library, or `make refdoc' to build the API reference (this needs Python >= 3.5). Generating modules list in ./objs/ftmodule.h... done. * module: truetype (Windows/Mac font files with extension *.ttf or *.ttc) * module: type1 (Postscript font files with extension *.pfa or *.pfb) * module: cff (OpenType fonts with extension *.otf) * module: cid (Postscript CID-keyed fonts, no known extension) * module: pfr (PFR/TrueDoc font files with extension *.pfr) * module: type42 (Type 42 font files with no known extension) * module: winfnt (Windows bitmap fonts with extension *.fnt or *.fon) * module: pcf (pcf bitmap fonts) * module: bdf (bdf bitmap fonts) * module: sfnt (helper module for TrueType & OpenType formats) * module: autofit (automatic hinting module) * module: pshinter (Postscript hinter module) * module: raster (monochrome bitmap renderer) * module: smooth (anti-aliased bitmap renderer) * module: smooth (anti-aliased bitmap renderer for LCDs) * module: smooth (anti-aliased bitmap renderer for vertical LCDs) * module: gxvalid (TrueTypeGX/AAT validation module) * module: otvalid (OpenType validation module) * module: psaux (Postscript Type 1 & Type 2 helper module) * module: psnames (Postscript & Unicode Glyph name handling) cd builds/unix; \ ./configure '--disable-static' '--with-bzip2' '--with-png' '--enable-freetype-config' '--build=i486-slitaz-linux' '--host=i486-slitaz-linux' configure: loading site script /etc/slitaz/cook.site checking build system type... i486-slitaz-linux-gnu checking host system type... i486-slitaz-linux-gnu checking for i486-slitaz-linux-gcc... i486-slitaz-linux-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether i486-slitaz-linux-gcc accepts -g... yes checking for i486-slitaz-linux-gcc option to accept ISO C89... none needed checking how to run the C preprocessor... i486-slitaz-linux-gcc -E checking for i486-slitaz-linux-pkg-config... /usr/bin/i486-slitaz-linux-pkg-config checking pkg-config is at least version 0.24... yes checking how to print strings... printf checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by i486-slitaz-linux-gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/i486-slitaz-linux-nm -B checking the name lister (/usr/bin/i486-slitaz-linux-nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert i486-slitaz-linux-gnu file names to i486-slitaz-linux-gnu format... func_convert_file_noop checking how to convert i486-slitaz-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for i486-slitaz-linux-objdump... i486-slitaz-linux-objdump checking how to recognize dependent libraries... pass_all checking for i486-slitaz-linux-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for i486-slitaz-linux-ar... i486-slitaz-linux-ar checking for archiver @FILE support... @ checking for i486-slitaz-linux-strip... i486-slitaz-linux-strip checking for i486-slitaz-linux-ranlib... i486-slitaz-linux-ranlib checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking command to parse /usr/bin/i486-slitaz-linux-nm -B output from i486-slitaz-linux-gcc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for i486-slitaz-linux-mt... no checking for mt... mt checking if mt is a manifest tool... no checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if i486-slitaz-linux-gcc supports -fno-rtti -fno-exceptions... no checking for i486-slitaz-linux-gcc option to produce PIC... -fPIC -DPIC checking if i486-slitaz-linux-gcc PIC flag -fPIC -DPIC works... yes checking if i486-slitaz-linux-gcc static flag -static works... yes checking if i486-slitaz-linux-gcc supports -c -o file.o... yes checking if i486-slitaz-linux-gcc supports -c -o file.o... (cached) yes checking whether the i486-slitaz-linux-gcc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking windows.h usability... no checking windows.h presence... no checking for windows.h... no checking for a BSD-compatible install... /usr/bin/install -c checking for a thread-safe mkdir -p... ./install-sh -c -d checking for ANSI C header files... (cached) yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for unistd.h... (cached) yes checking for an ANSI C-conforming const... yes checking size of int... 4 checking size of long... 4 checking for unsigned long long int... yes checking for long long int... yes checking whether cpp computation of bit length in ftconfig.in works... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... 64 checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/param.h... yes checking for getpagesize... yes checking for working mmap... yes checking whether munmap is declared... yes checking for munmap's first parameter type... void * checking for memcpy... yes checking for memmove... yes checking gcc compiler flag -pedantic to assure ANSI C works correctly... ok, adding to XX_ANSIFLAGS checking gcc compiler flag -ansi to assure ANSI C works correctly... ok, adding to XX_ANSIFLAGS checking for -fvisibility=hidden compiler flag... yes checking for ZLIB... yes checking for BZIP2... no checking for BZ2_bzDecompress in -lbz2... yes checking bzlib.h usability... yes checking bzlib.h presence... yes checking for bzlib.h... yes checking for LIBPNG... yes checking for HARFBUZZ... no checking for BROTLI... no checking for library containing clock_gettime... none required checking whether CFLAGS and LDFLAGS share -march=i486... no, copy to LDFLAGS checking for python3... no checking for python... python checking for python version... 2.7.15 configure: creating ./config.status config.status: creating ftoption.h config.status: creating unix-cc.mk config.status: creating unix-def.mk config.status: creating ftconfig.h config.status: executing libtool commands configure: Library configuration: external zlib: yes (pkg-config) bzip2: yes (autoconf test) libpng: yes (pkg-config) harfbuzz: no brotli: no configure: Warning: `make refdoc' will fail since pip package `docwriter' is not installed. To install, run `pip install docwriter', or to use a Python virtual environment, run `make refdoc-venv' (requires pip package `virtualenv'). These operations require Python >= 3.5. ./builds/unix/libtool --mode=compile i486-slitaz-linux-gcc -pedantic -ansi -I/home/slitaz/wok/freetype/source/freetype-2.10.2/objs -I./builds/unix -I/home/slitaz/wok/freetype/source/freetype-2.10.2/include -D_GLIBCXX_USE_C99_MATH=1 -c -Wall -march=i486 -Os -pipe -mindirect-branch=thunk -fvisibility=hidden -I/usr/include/libpng16 -DFT_CONFIG_CONFIG_H="" -DFT_CONFIG_MODULES_H="" -DFT_CONFIG_OPTIONS_H="" -DFT2_BUILD_LIBRARY -o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/ftsystem.lo builds/unix/ftsystem.c ./builds/unix/libtool --mode=compile i486-slitaz-linux-gcc -pedantic -ansi -I/home/slitaz/wok/freetype/source/freetype-2.10.2/objs -I./builds/unix -I/home/slitaz/wok/freetype/source/freetype-2.10.2/include -D_GLIBCXX_USE_C99_MATH=1 -c -Wall -march=i486 -Os -pipe -mindirect-branch=thunk -fvisibility=hidden -I/usr/include/libpng16 -DFT_CONFIG_CONFIG_H="" -DFT_CONFIG_MODULES_H="" -DFT_CONFIG_OPTIONS_H="" -DFT2_BUILD_LIBRARY -o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/ftdebug.lo /home/slitaz/wok/freetype/source/freetype-2.10.2/src/base/ftdebug.c ./builds/unix/libtool --mode=compile i486-slitaz-linux-gcc -pedantic -ansi -I/home/slitaz/wok/freetype/source/freetype-2.10.2/objs -I./builds/unix -I/home/slitaz/wok/freetype/source/freetype-2.10.2/include -D_GLIBCXX_USE_C99_MATH=1 -c -Wall -march=i486 -Os -pipe -mindirect-branch=thunk -fvisibility=hidden -I/usr/include/libpng16 -DFT_CONFIG_CONFIG_H="" -DFT_CONFIG_MODULES_H="" -DFT_CONFIG_OPTIONS_H="" -DFT2_BUILD_LIBRARY -o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/ftinit.lo /home/slitaz/wok/freetype/source/freetype-2.10.2/src/base/ftinit.c ./builds/unix/libtool --mode=compile i486-slitaz-linux-gcc -pedantic -ansi -I/home/slitaz/wok/freetype/source/freetype-2.10.2/src/base -I/home/slitaz/wok/freetype/source/freetype-2.10.2/objs -I./builds/unix -I/home/slitaz/wok/freetype/source/freetype-2.10.2/include -D_GLIBCXX_USE_C99_MATH=1 -c -Wall -march=i486 -Os -pipe -mindirect-branch=thunk -fvisibility=hidden -I/usr/include/libpng16 -DFT_CONFIG_CONFIG_H="" -DFT_CONFIG_MODULES_H="" -DFT_CONFIG_OPTIONS_H="" -DFT2_BUILD_LIBRARY -o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/ftbase.lo /home/slitaz/wok/freetype/source/freetype-2.10.2/src/base/ftbase.c ./builds/unix/libtool --mode=compile i486-slitaz-linux-gcc -pedantic -ansi -I/home/slitaz/wok/freetype/source/freetype-2.10.2/src/base -I/home/slitaz/wok/freetype/source/freetype-2.10.2/objs -I./builds/unix -I/home/slitaz/wok/freetype/source/freetype-2.10.2/include -D_GLIBCXX_USE_C99_MATH=1 -c -Wall -march=i486 -Os -pipe -mindirect-branch=thunk -fvisibility=hidden -I/usr/include/libpng16 -DFT_CONFIG_CONFIG_H="" -DFT_CONFIG_MODULES_H="" -DFT_CONFIG_OPTIONS_H="" -DFT2_BUILD_LIBRARY -o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/ftbbox.lo /home/slitaz/wok/freetype/source/freetype-2.10.2/src/base/ftbbox.c ./builds/unix/libtool --mode=compile i486-slitaz-linux-gcc -pedantic -ansi -I/home/slitaz/wok/freetype/source/freetype-2.10.2/src/base -I/home/slitaz/wok/freetype/source/freetype-2.10.2/objs -I./builds/unix -I/home/slitaz/wok/freetype/source/freetype-2.10.2/include -D_GLIBCXX_USE_C99_MATH=1 -c -Wall -march=i486 -Os -pipe -mindirect-branch=thunk -fvisibility=hidden -I/usr/include/libpng16 -DFT_CONFIG_CONFIG_H="" -DFT_CONFIG_MODULES_H="" -DFT_CONFIG_OPTIONS_H="" -DFT2_BUILD_LIBRARY -o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/ftbdf.lo /home/slitaz/wok/freetype/source/freetype-2.10.2/src/base/ftbdf.c libtool: compile: i486-slitaz-linux-gcc -pedantic -ansi -I/home/slitaz/wok/freetype/source/freetype-2.10.2/objs -I./builds/unix -I/home/slitaz/wok/freetype/source/freetype-2.10.2/include -D_GLIBCXX_USE_C99_MATH=1 -c -Wall -march=i486 -Os -pipe -mindirect-branch=thunk -fvisibility=hidden -I/usr/include/libpng16 "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /home/slitaz/wok/freetype/source/freetype-2.10.2/src/base/ftinit.c -fPIC -DPIC -o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/.libs/ftinit.o libtool: compile: i486-slitaz-linux-gcc -pedantic -ansi -I/home/slitaz/wok/freetype/source/freetype-2.10.2/src/base -I/home/slitaz/wok/freetype/source/freetype-2.10.2/objs -I./builds/unix -I/home/slitaz/wok/freetype/source/freetype-2.10.2/include -D_GLIBCXX_USE_C99_MATH=1 -c -Wall -march=i486 -Os -pipe -mindirect-branch=thunk -fvisibility=hidden -I/usr/include/libpng16 "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /home/slitaz/wok/freetype/source/freetype-2.10.2/src/base/ftbdf.c -fPIC -DPIC -o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/.libs/ftbdf.o libtool: compile: i486-slitaz-linux-gcc -pedantic -ansi -I/home/slitaz/wok/freetype/source/freetype-2.10.2/objs -I./builds/unix -I/home/slitaz/wok/freetype/source/freetype-2.10.2/include -D_GLIBCXX_USE_C99_MATH=1 -c -Wall -march=i486 -Os -pipe -mindirect-branch=thunk -fvisibility=hidden -I/usr/include/libpng16 "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY builds/unix/ftsystem.c -fPIC -DPIC -o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/.libs/ftsystem.o libtool: compile: i486-slitaz-linux-gcc -pedantic -ansi -I/home/slitaz/wok/freetype/source/freetype-2.10.2/objs -I./builds/unix -I/home/slitaz/wok/freetype/source/freetype-2.10.2/include -D_GLIBCXX_USE_C99_MATH=1 -c -Wall -march=i486 -Os -pipe -mindirect-branch=thunk -fvisibility=hidden -I/usr/include/libpng16 "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /home/slitaz/wok/freetype/source/freetype-2.10.2/src/base/ftdebug.c -fPIC -DPIC -o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/.libs/ftdebug.o libtool: compile: i486-slitaz-linux-gcc -pedantic -ansi -I/home/slitaz/wok/freetype/source/freetype-2.10.2/src/base -I/home/slitaz/wok/freetype/source/freetype-2.10.2/objs -I./builds/unix -I/home/slitaz/wok/freetype/source/freetype-2.10.2/include -D_GLIBCXX_USE_C99_MATH=1 -c -Wall -march=i486 -Os -pipe -mindirect-branch=thunk -fvisibility=hidden -I/usr/include/libpng16 "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /home/slitaz/wok/freetype/source/freetype-2.10.2/src/base/ftbbox.c -fPIC -DPIC -o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/.libs/ftbbox.o libtool: compile: i486-slitaz-linux-gcc -pedantic -ansi -I/home/slitaz/wok/freetype/source/freetype-2.10.2/src/base -I/home/slitaz/wok/freetype/source/freetype-2.10.2/objs -I./builds/unix -I/home/slitaz/wok/freetype/source/freetype-2.10.2/include -D_GLIBCXX_USE_C99_MATH=1 -c -Wall -march=i486 -Os -pipe -mindirect-branch=thunk -fvisibility=hidden -I/usr/include/libpng16 "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /home/slitaz/wok/freetype/source/freetype-2.10.2/src/base/ftbase.c -fPIC -DPIC -o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/.libs/ftbase.o ./builds/unix/libtool --mode=compile i486-slitaz-linux-gcc -pedantic -ansi -I/home/slitaz/wok/freetype/source/freetype-2.10.2/src/base -I/home/slitaz/wok/freetype/source/freetype-2.10.2/objs -I./builds/unix -I/home/slitaz/wok/freetype/source/freetype-2.10.2/include -D_GLIBCXX_USE_C99_MATH=1 -c -Wall -march=i486 -Os -pipe -mindirect-branch=thunk -fvisibility=hidden -I/usr/include/libpng16 -DFT_CONFIG_CONFIG_H="" -DFT_CONFIG_MODULES_H="" -DFT_CONFIG_OPTIONS_H="" -DFT2_BUILD_LIBRARY -o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/ftbitmap.lo /home/slitaz/wok/freetype/source/freetype-2.10.2/src/base/ftbitmap.c ./builds/unix/libtool --mode=compile i486-slitaz-linux-gcc -pedantic -ansi -I/home/slitaz/wok/freetype/source/freetype-2.10.2/src/base -I/home/slitaz/wok/freetype/source/freetype-2.10.2/objs -I./builds/unix -I/home/slitaz/wok/freetype/source/freetype-2.10.2/include -D_GLIBCXX_USE_C99_MATH=1 -c -Wall -march=i486 -Os -pipe -mindirect-branch=thunk -fvisibility=hidden -I/usr/include/libpng16 -DFT_CONFIG_CONFIG_H="" -DFT_CONFIG_MODULES_H="" -DFT_CONFIG_OPTIONS_H="" -DFT2_BUILD_LIBRARY -o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/ftcid.lo /home/slitaz/wok/freetype/source/freetype-2.10.2/src/base/ftcid.c ./builds/unix/libtool --mode=compile i486-slitaz-linux-gcc -pedantic -ansi -I/home/slitaz/wok/freetype/source/freetype-2.10.2/src/base -I/home/slitaz/wok/freetype/source/freetype-2.10.2/objs -I./builds/unix -I/home/slitaz/wok/freetype/source/freetype-2.10.2/include -D_GLIBCXX_USE_C99_MATH=1 -c -Wall -march=i486 -Os -pipe -mindirect-branch=thunk -fvisibility=hidden -I/usr/include/libpng16 -DFT_CONFIG_CONFIG_H="" -DFT_CONFIG_MODULES_H="" -DFT_CONFIG_OPTIONS_H="" -DFT2_BUILD_LIBRARY -o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/ftfstype.lo /home/slitaz/wok/freetype/source/freetype-2.10.2/src/base/ftfstype.c libtool: compile: i486-slitaz-linux-gcc -pedantic -ansi -I/home/slitaz/wok/freetype/source/freetype-2.10.2/src/base -I/home/slitaz/wok/freetype/source/freetype-2.10.2/objs -I./builds/unix -I/home/slitaz/wok/freetype/source/freetype-2.10.2/include -D_GLIBCXX_USE_C99_MATH=1 -c -Wall -march=i486 -Os -pipe -mindirect-branch=thunk -fvisibility=hidden -I/usr/include/libpng16 "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /home/slitaz/wok/freetype/source/freetype-2.10.2/src/base/ftbitmap.c -fPIC -DPIC -o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/.libs/ftbitmap.o ./builds/unix/libtool --mode=compile i486-slitaz-linux-gcc -pedantic -ansi -I/home/slitaz/wok/freetype/source/freetype-2.10.2/src/base -I/home/slitaz/wok/freetype/source/freetype-2.10.2/objs -I./builds/unix -I/home/slitaz/wok/freetype/source/freetype-2.10.2/include -D_GLIBCXX_USE_C99_MATH=1 -c -Wall -march=i486 -Os -pipe -mindirect-branch=thunk -fvisibility=hidden -I/usr/include/libpng16 -DFT_CONFIG_CONFIG_H="" -DFT_CONFIG_MODULES_H="" -DFT_CONFIG_OPTIONS_H="" -DFT2_BUILD_LIBRARY -o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/ftgasp.lo /home/slitaz/wok/freetype/source/freetype-2.10.2/src/base/ftgasp.c libtool: compile: i486-slitaz-linux-gcc -pedantic -ansi -I/home/slitaz/wok/freetype/source/freetype-2.10.2/src/base -I/home/slitaz/wok/freetype/source/freetype-2.10.2/objs -I./builds/unix -I/home/slitaz/wok/freetype/source/freetype-2.10.2/include -D_GLIBCXX_USE_C99_MATH=1 -c -Wall -march=i486 -Os -pipe -mindirect-branch=thunk -fvisibility=hidden -I/usr/include/libpng16 "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /home/slitaz/wok/freetype/source/freetype-2.10.2/src/base/ftcid.c -fPIC -DPIC -o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/.libs/ftcid.o libtool: compile: i486-slitaz-linux-gcc -pedantic -ansi -I/home/slitaz/wok/freetype/source/freetype-2.10.2/src/base -I/home/slitaz/wok/freetype/source/freetype-2.10.2/objs -I./builds/unix -I/home/slitaz/wok/freetype/source/freetype-2.10.2/include -D_GLIBCXX_USE_C99_MATH=1 -c -Wall -march=i486 -Os -pipe -mindirect-branch=thunk -fvisibility=hidden -I/usr/include/libpng16 "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /home/slitaz/wok/freetype/source/freetype-2.10.2/src/base/ftfstype.c -fPIC -DPIC -o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/.libs/ftfstype.o ./builds/unix/libtool --mode=compile i486-slitaz-linux-gcc -pedantic -ansi -I/home/slitaz/wok/freetype/source/freetype-2.10.2/src/base -I/home/slitaz/wok/freetype/source/freetype-2.10.2/objs -I./builds/unix -I/home/slitaz/wok/freetype/source/freetype-2.10.2/include -D_GLIBCXX_USE_C99_MATH=1 -c -Wall -march=i486 -Os -pipe -mindirect-branch=thunk -fvisibility=hidden -I/usr/include/libpng16 -DFT_CONFIG_CONFIG_H="" -DFT_CONFIG_MODULES_H="" -DFT_CONFIG_OPTIONS_H="" -DFT2_BUILD_LIBRARY -o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/ftglyph.lo /home/slitaz/wok/freetype/source/freetype-2.10.2/src/base/ftglyph.c libtool: compile: i486-slitaz-linux-gcc -pedantic -ansi -I/home/slitaz/wok/freetype/source/freetype-2.10.2/src/base -I/home/slitaz/wok/freetype/source/freetype-2.10.2/objs -I./builds/unix -I/home/slitaz/wok/freetype/source/freetype-2.10.2/include -D_GLIBCXX_USE_C99_MATH=1 -c -Wall -march=i486 -Os -pipe -mindirect-branch=thunk -fvisibility=hidden -I/usr/include/libpng16 "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /home/slitaz/wok/freetype/source/freetype-2.10.2/src/base/ftgasp.c -fPIC -DPIC -o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/.libs/ftgasp.o ./builds/unix/libtool --mode=compile i486-slitaz-linux-gcc -pedantic -ansi -I/home/slitaz/wok/freetype/source/freetype-2.10.2/src/base -I/home/slitaz/wok/freetype/source/freetype-2.10.2/objs -I./builds/unix -I/home/slitaz/wok/freetype/source/freetype-2.10.2/include -D_GLIBCXX_USE_C99_MATH=1 -c -Wall -march=i486 -Os -pipe -mindirect-branch=thunk -fvisibility=hidden -I/usr/include/libpng16 -DFT_CONFIG_CONFIG_H="" -DFT_CONFIG_MODULES_H="" -DFT_CONFIG_OPTIONS_H="" -DFT2_BUILD_LIBRARY -o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/ftgxval.lo /home/slitaz/wok/freetype/source/freetype-2.10.2/src/base/ftgxval.c libtool: compile: i486-slitaz-linux-gcc -pedantic -ansi -I/home/slitaz/wok/freetype/source/freetype-2.10.2/src/base -I/home/slitaz/wok/freetype/source/freetype-2.10.2/objs -I./builds/unix -I/home/slitaz/wok/freetype/source/freetype-2.10.2/include -D_GLIBCXX_USE_C99_MATH=1 -c -Wall -march=i486 -Os -pipe -mindirect-branch=thunk -fvisibility=hidden -I/usr/include/libpng16 "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /home/slitaz/wok/freetype/source/freetype-2.10.2/src/base/ftglyph.c -fPIC -DPIC -o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/.libs/ftglyph.o ./builds/unix/libtool --mode=compile i486-slitaz-linux-gcc -pedantic -ansi -I/home/slitaz/wok/freetype/source/freetype-2.10.2/src/base -I/home/slitaz/wok/freetype/source/freetype-2.10.2/objs -I./builds/unix -I/home/slitaz/wok/freetype/source/freetype-2.10.2/include -D_GLIBCXX_USE_C99_MATH=1 -c -Wall -march=i486 -Os -pipe -mindirect-branch=thunk -fvisibility=hidden -I/usr/include/libpng16 -DFT_CONFIG_CONFIG_H="" -DFT_CONFIG_MODULES_H="" -DFT_CONFIG_OPTIONS_H="" -DFT2_BUILD_LIBRARY -o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/ftmm.lo /home/slitaz/wok/freetype/source/freetype-2.10.2/src/base/ftmm.c libtool: compile: i486-slitaz-linux-gcc -pedantic -ansi -I/home/slitaz/wok/freetype/source/freetype-2.10.2/src/base -I/home/slitaz/wok/freetype/source/freetype-2.10.2/objs -I./builds/unix -I/home/slitaz/wok/freetype/source/freetype-2.10.2/include -D_GLIBCXX_USE_C99_MATH=1 -c -Wall -march=i486 -Os -pipe -mindirect-branch=thunk -fvisibility=hidden -I/usr/include/libpng16 "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /home/slitaz/wok/freetype/source/freetype-2.10.2/src/base/ftgxval.c -fPIC -DPIC -o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/.libs/ftgxval.o ./builds/unix/libtool --mode=compile i486-slitaz-linux-gcc -pedantic -ansi -I/home/slitaz/wok/freetype/source/freetype-2.10.2/src/base -I/home/slitaz/wok/freetype/source/freetype-2.10.2/objs -I./builds/unix -I/home/slitaz/wok/freetype/source/freetype-2.10.2/include -D_GLIBCXX_USE_C99_MATH=1 -c -Wall -march=i486 -Os -pipe -mindirect-branch=thunk -fvisibility=hidden -I/usr/include/libpng16 -DFT_CONFIG_CONFIG_H="" -DFT_CONFIG_MODULES_H="" -DFT_CONFIG_OPTIONS_H="" -DFT2_BUILD_LIBRARY -o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/ftotval.lo /home/slitaz/wok/freetype/source/freetype-2.10.2/src/base/ftotval.c libtool: compile: i486-slitaz-linux-gcc -pedantic -ansi -I/home/slitaz/wok/freetype/source/freetype-2.10.2/src/base -I/home/slitaz/wok/freetype/source/freetype-2.10.2/objs -I./builds/unix -I/home/slitaz/wok/freetype/source/freetype-2.10.2/include -D_GLIBCXX_USE_C99_MATH=1 -c -Wall -march=i486 -Os -pipe -mindirect-branch=thunk -fvisibility=hidden -I/usr/include/libpng16 "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /home/slitaz/wok/freetype/source/freetype-2.10.2/src/base/ftmm.c -fPIC -DPIC -o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/.libs/ftmm.o ./builds/unix/libtool --mode=compile i486-slitaz-linux-gcc -pedantic -ansi -I/home/slitaz/wok/freetype/source/freetype-2.10.2/src/base -I/home/slitaz/wok/freetype/source/freetype-2.10.2/objs -I./builds/unix -I/home/slitaz/wok/freetype/source/freetype-2.10.2/include -D_GLIBCXX_USE_C99_MATH=1 -c -Wall -march=i486 -Os -pipe -mindirect-branch=thunk -fvisibility=hidden -I/usr/include/libpng16 -DFT_CONFIG_CONFIG_H="" -DFT_CONFIG_MODULES_H="" -DFT_CONFIG_OPTIONS_H="" -DFT2_BUILD_LIBRARY -o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/ftpatent.lo /home/slitaz/wok/freetype/source/freetype-2.10.2/src/base/ftpatent.c libtool: compile: i486-slitaz-linux-gcc -pedantic -ansi -I/home/slitaz/wok/freetype/source/freetype-2.10.2/src/base -I/home/slitaz/wok/freetype/source/freetype-2.10.2/objs -I./builds/unix -I/home/slitaz/wok/freetype/source/freetype-2.10.2/include -D_GLIBCXX_USE_C99_MATH=1 -c -Wall -march=i486 -Os -pipe -mindirect-branch=thunk -fvisibility=hidden -I/usr/include/libpng16 "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /home/slitaz/wok/freetype/source/freetype-2.10.2/src/base/ftotval.c -fPIC -DPIC -o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/.libs/ftotval.o libtool: compile: i486-slitaz-linux-gcc -pedantic -ansi -I/home/slitaz/wok/freetype/source/freetype-2.10.2/src/base -I/home/slitaz/wok/freetype/source/freetype-2.10.2/objs -I./builds/unix -I/home/slitaz/wok/freetype/source/freetype-2.10.2/include -D_GLIBCXX_USE_C99_MATH=1 -c -Wall -march=i486 -Os -pipe -mindirect-branch=thunk -fvisibility=hidden -I/usr/include/libpng16 "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /home/slitaz/wok/freetype/source/freetype-2.10.2/src/base/ftpatent.c -fPIC -DPIC -o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/.libs/ftpatent.o ./builds/unix/libtool --mode=compile i486-slitaz-linux-gcc -pedantic -ansi -I/home/slitaz/wok/freetype/source/freetype-2.10.2/src/base -I/home/slitaz/wok/freetype/source/freetype-2.10.2/objs -I./builds/unix -I/home/slitaz/wok/freetype/source/freetype-2.10.2/include -D_GLIBCXX_USE_C99_MATH=1 -c -Wall -march=i486 -Os -pipe -mindirect-branch=thunk -fvisibility=hidden -I/usr/include/libpng16 -DFT_CONFIG_CONFIG_H="" -DFT_CONFIG_MODULES_H="" -DFT_CONFIG_OPTIONS_H="" -DFT2_BUILD_LIBRARY -o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/ftpfr.lo /home/slitaz/wok/freetype/source/freetype-2.10.2/src/base/ftpfr.c ./builds/unix/libtool --mode=compile i486-slitaz-linux-gcc -pedantic -ansi -I/home/slitaz/wok/freetype/source/freetype-2.10.2/src/base -I/home/slitaz/wok/freetype/source/freetype-2.10.2/objs -I./builds/unix -I/home/slitaz/wok/freetype/source/freetype-2.10.2/include -D_GLIBCXX_USE_C99_MATH=1 -c -Wall -march=i486 -Os -pipe -mindirect-branch=thunk -fvisibility=hidden -I/usr/include/libpng16 -DFT_CONFIG_CONFIG_H="" -DFT_CONFIG_MODULES_H="" -DFT_CONFIG_OPTIONS_H="" -DFT2_BUILD_LIBRARY -o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/ftstroke.lo /home/slitaz/wok/freetype/source/freetype-2.10.2/src/base/ftstroke.c ./builds/unix/libtool --mode=compile i486-slitaz-linux-gcc -pedantic -ansi -I/home/slitaz/wok/freetype/source/freetype-2.10.2/src/base -I/home/slitaz/wok/freetype/source/freetype-2.10.2/objs -I./builds/unix -I/home/slitaz/wok/freetype/source/freetype-2.10.2/include -D_GLIBCXX_USE_C99_MATH=1 -c -Wall -march=i486 -Os -pipe -mindirect-branch=thunk -fvisibility=hidden -I/usr/include/libpng16 -DFT_CONFIG_CONFIG_H="" -DFT_CONFIG_MODULES_H="" -DFT_CONFIG_OPTIONS_H="" -DFT2_BUILD_LIBRARY -o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/ftsynth.lo /home/slitaz/wok/freetype/source/freetype-2.10.2/src/base/ftsynth.c libtool: compile: i486-slitaz-linux-gcc -pedantic -ansi -I/home/slitaz/wok/freetype/source/freetype-2.10.2/src/base -I/home/slitaz/wok/freetype/source/freetype-2.10.2/objs -I./builds/unix -I/home/slitaz/wok/freetype/source/freetype-2.10.2/include -D_GLIBCXX_USE_C99_MATH=1 -c -Wall -march=i486 -Os -pipe -mindirect-branch=thunk -fvisibility=hidden -I/usr/include/libpng16 "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /home/slitaz/wok/freetype/source/freetype-2.10.2/src/base/ftpfr.c -fPIC -DPIC -o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/.libs/ftpfr.o libtool: compile: i486-slitaz-linux-gcc -pedantic -ansi -I/home/slitaz/wok/freetype/source/freetype-2.10.2/src/base -I/home/slitaz/wok/freetype/source/freetype-2.10.2/objs -I./builds/unix -I/home/slitaz/wok/freetype/source/freetype-2.10.2/include -D_GLIBCXX_USE_C99_MATH=1 -c -Wall -march=i486 -Os -pipe -mindirect-branch=thunk -fvisibility=hidden -I/usr/include/libpng16 "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /home/slitaz/wok/freetype/source/freetype-2.10.2/src/base/ftstroke.c -fPIC -DPIC -o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/.libs/ftstroke.o libtool: compile: i486-slitaz-linux-gcc -pedantic -ansi -I/home/slitaz/wok/freetype/source/freetype-2.10.2/src/base -I/home/slitaz/wok/freetype/source/freetype-2.10.2/objs -I./builds/unix -I/home/slitaz/wok/freetype/source/freetype-2.10.2/include -D_GLIBCXX_USE_C99_MATH=1 -c -Wall -march=i486 -Os -pipe -mindirect-branch=thunk -fvisibility=hidden -I/usr/include/libpng16 "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /home/slitaz/wok/freetype/source/freetype-2.10.2/src/base/ftsynth.c -fPIC -DPIC -o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/.libs/ftsynth.o ./builds/unix/libtool --mode=compile i486-slitaz-linux-gcc -pedantic -ansi -I/home/slitaz/wok/freetype/source/freetype-2.10.2/src/base -I/home/slitaz/wok/freetype/source/freetype-2.10.2/objs -I./builds/unix -I/home/slitaz/wok/freetype/source/freetype-2.10.2/include -D_GLIBCXX_USE_C99_MATH=1 -c -Wall -march=i486 -Os -pipe -mindirect-branch=thunk -fvisibility=hidden -I/usr/include/libpng16 -DFT_CONFIG_CONFIG_H="" -DFT_CONFIG_MODULES_H="" -DFT_CONFIG_OPTIONS_H="" -DFT2_BUILD_LIBRARY -o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/fttype1.lo /home/slitaz/wok/freetype/source/freetype-2.10.2/src/base/fttype1.c ./builds/unix/libtool --mode=compile i486-slitaz-linux-gcc -pedantic -ansi -I/home/slitaz/wok/freetype/source/freetype-2.10.2/src/base -I/home/slitaz/wok/freetype/source/freetype-2.10.2/objs -I./builds/unix -I/home/slitaz/wok/freetype/source/freetype-2.10.2/include -D_GLIBCXX_USE_C99_MATH=1 -c -Wall -march=i486 -Os -pipe -mindirect-branch=thunk -fvisibility=hidden -I/usr/include/libpng16 -DFT_CONFIG_CONFIG_H="" -DFT_CONFIG_MODULES_H="" -DFT_CONFIG_OPTIONS_H="" -DFT2_BUILD_LIBRARY -o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/ftwinfnt.lo /home/slitaz/wok/freetype/source/freetype-2.10.2/src/base/ftwinfnt.c ./builds/unix/libtool --mode=compile i486-slitaz-linux-gcc -pedantic -ansi -I/home/slitaz/wok/freetype/source/freetype-2.10.2/src/truetype -I/home/slitaz/wok/freetype/source/freetype-2.10.2/objs -I./builds/unix -I/home/slitaz/wok/freetype/source/freetype-2.10.2/include -D_GLIBCXX_USE_C99_MATH=1 -c -Wall -march=i486 -Os -pipe -mindirect-branch=thunk -fvisibility=hidden -I/usr/include/libpng16 -DFT_CONFIG_CONFIG_H="" -DFT_CONFIG_MODULES_H="" -DFT_CONFIG_OPTIONS_H="" -DFT2_BUILD_LIBRARY -o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/truetype.lo /home/slitaz/wok/freetype/source/freetype-2.10.2/src/truetype/truetype.c ./builds/unix/libtool --mode=compile i486-slitaz-linux-gcc -pedantic -ansi -I/home/slitaz/wok/freetype/source/freetype-2.10.2/src/type1 -I/home/slitaz/wok/freetype/source/freetype-2.10.2/objs -I./builds/unix -I/home/slitaz/wok/freetype/source/freetype-2.10.2/include -D_GLIBCXX_USE_C99_MATH=1 -c -Wall -march=i486 -Os -pipe -mindirect-branch=thunk -fvisibility=hidden -I/usr/include/libpng16 -DFT_CONFIG_CONFIG_H="" -DFT_CONFIG_MODULES_H="" -DFT_CONFIG_OPTIONS_H="" -DFT2_BUILD_LIBRARY -o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/type1.lo /home/slitaz/wok/freetype/source/freetype-2.10.2/src/type1/type1.c libtool: compile: i486-slitaz-linux-gcc -pedantic -ansi -I/home/slitaz/wok/freetype/source/freetype-2.10.2/src/base -I/home/slitaz/wok/freetype/source/freetype-2.10.2/objs -I./builds/unix -I/home/slitaz/wok/freetype/source/freetype-2.10.2/include -D_GLIBCXX_USE_C99_MATH=1 -c -Wall -march=i486 -Os -pipe -mindirect-branch=thunk -fvisibility=hidden -I/usr/include/libpng16 "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /home/slitaz/wok/freetype/source/freetype-2.10.2/src/base/ftwinfnt.c -fPIC -DPIC -o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/.libs/ftwinfnt.o libtool: compile: i486-slitaz-linux-gcc -pedantic -ansi -I/home/slitaz/wok/freetype/source/freetype-2.10.2/src/base -I/home/slitaz/wok/freetype/source/freetype-2.10.2/objs -I./builds/unix -I/home/slitaz/wok/freetype/source/freetype-2.10.2/include -D_GLIBCXX_USE_C99_MATH=1 -c -Wall -march=i486 -Os -pipe -mindirect-branch=thunk -fvisibility=hidden -I/usr/include/libpng16 "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /home/slitaz/wok/freetype/source/freetype-2.10.2/src/base/fttype1.c -fPIC -DPIC -o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/.libs/fttype1.o libtool: compile: i486-slitaz-linux-gcc -pedantic -ansi -I/home/slitaz/wok/freetype/source/freetype-2.10.2/src/truetype -I/home/slitaz/wok/freetype/source/freetype-2.10.2/objs -I./builds/unix -I/home/slitaz/wok/freetype/source/freetype-2.10.2/include -D_GLIBCXX_USE_C99_MATH=1 -c -Wall -march=i486 -Os -pipe -mindirect-branch=thunk -fvisibility=hidden -I/usr/include/libpng16 "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /home/slitaz/wok/freetype/source/freetype-2.10.2/src/truetype/truetype.c -fPIC -DPIC -o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/.libs/truetype.o libtool: compile: i486-slitaz-linux-gcc -pedantic -ansi -I/home/slitaz/wok/freetype/source/freetype-2.10.2/src/type1 -I/home/slitaz/wok/freetype/source/freetype-2.10.2/objs -I./builds/unix -I/home/slitaz/wok/freetype/source/freetype-2.10.2/include -D_GLIBCXX_USE_C99_MATH=1 -c -Wall -march=i486 -Os -pipe -mindirect-branch=thunk -fvisibility=hidden -I/usr/include/libpng16 "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /home/slitaz/wok/freetype/source/freetype-2.10.2/src/type1/type1.c -fPIC -DPIC -o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/.libs/type1.o ./builds/unix/libtool --mode=compile i486-slitaz-linux-gcc -pedantic -ansi -I/home/slitaz/wok/freetype/source/freetype-2.10.2/src/cff -I/home/slitaz/wok/freetype/source/freetype-2.10.2/objs -I./builds/unix -I/home/slitaz/wok/freetype/source/freetype-2.10.2/include -D_GLIBCXX_USE_C99_MATH=1 -c -Wall -march=i486 -Os -pipe -mindirect-branch=thunk -fvisibility=hidden -I/usr/include/libpng16 -DFT_CONFIG_CONFIG_H="" -DFT_CONFIG_MODULES_H="" -DFT_CONFIG_OPTIONS_H="" -DFT2_BUILD_LIBRARY -o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/cff.lo /home/slitaz/wok/freetype/source/freetype-2.10.2/src/cff/cff.c ./builds/unix/libtool --mode=compile i486-slitaz-linux-gcc -pedantic -ansi -I/home/slitaz/wok/freetype/source/freetype-2.10.2/src/cid -I/home/slitaz/wok/freetype/source/freetype-2.10.2/objs -I./builds/unix -I/home/slitaz/wok/freetype/source/freetype-2.10.2/include -D_GLIBCXX_USE_C99_MATH=1 -c -Wall -march=i486 -Os -pipe -mindirect-branch=thunk -fvisibility=hidden -I/usr/include/libpng16 -DFT_CONFIG_CONFIG_H="" -DFT_CONFIG_MODULES_H="" -DFT_CONFIG_OPTIONS_H="" -DFT2_BUILD_LIBRARY -o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/type1cid.lo /home/slitaz/wok/freetype/source/freetype-2.10.2/src/cid/type1cid.c libtool: compile: i486-slitaz-linux-gcc -pedantic -ansi -I/home/slitaz/wok/freetype/source/freetype-2.10.2/src/cff -I/home/slitaz/wok/freetype/source/freetype-2.10.2/objs -I./builds/unix -I/home/slitaz/wok/freetype/source/freetype-2.10.2/include -D_GLIBCXX_USE_C99_MATH=1 -c -Wall -march=i486 -Os -pipe -mindirect-branch=thunk -fvisibility=hidden -I/usr/include/libpng16 "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /home/slitaz/wok/freetype/source/freetype-2.10.2/src/cff/cff.c -fPIC -DPIC -o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/.libs/cff.o libtool: compile: i486-slitaz-linux-gcc -pedantic -ansi -I/home/slitaz/wok/freetype/source/freetype-2.10.2/src/cid -I/home/slitaz/wok/freetype/source/freetype-2.10.2/objs -I./builds/unix -I/home/slitaz/wok/freetype/source/freetype-2.10.2/include -D_GLIBCXX_USE_C99_MATH=1 -c -Wall -march=i486 -Os -pipe -mindirect-branch=thunk -fvisibility=hidden -I/usr/include/libpng16 "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /home/slitaz/wok/freetype/source/freetype-2.10.2/src/cid/type1cid.c -fPIC -DPIC -o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/.libs/type1cid.o ./builds/unix/libtool --mode=compile i486-slitaz-linux-gcc -pedantic -ansi -I/home/slitaz/wok/freetype/source/freetype-2.10.2/src/pfr -I/home/slitaz/wok/freetype/source/freetype-2.10.2/objs -I./builds/unix -I/home/slitaz/wok/freetype/source/freetype-2.10.2/include -D_GLIBCXX_USE_C99_MATH=1 -c -Wall -march=i486 -Os -pipe -mindirect-branch=thunk -fvisibility=hidden -I/usr/include/libpng16 -DFT_CONFIG_CONFIG_H="" -DFT_CONFIG_MODULES_H="" -DFT_CONFIG_OPTIONS_H="" -DFT2_BUILD_LIBRARY -o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/pfr.lo /home/slitaz/wok/freetype/source/freetype-2.10.2/src/pfr/pfr.c libtool: compile: i486-slitaz-linux-gcc -pedantic -ansi -I/home/slitaz/wok/freetype/source/freetype-2.10.2/src/pfr -I/home/slitaz/wok/freetype/source/freetype-2.10.2/objs -I./builds/unix -I/home/slitaz/wok/freetype/source/freetype-2.10.2/include -D_GLIBCXX_USE_C99_MATH=1 -c -Wall -march=i486 -Os -pipe -mindirect-branch=thunk -fvisibility=hidden -I/usr/include/libpng16 "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /home/slitaz/wok/freetype/source/freetype-2.10.2/src/pfr/pfr.c -fPIC -DPIC -o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/.libs/pfr.o ./builds/unix/libtool --mode=compile i486-slitaz-linux-gcc -pedantic -ansi -I/home/slitaz/wok/freetype/source/freetype-2.10.2/src/type42 -I/home/slitaz/wok/freetype/source/freetype-2.10.2/objs -I./builds/unix -I/home/slitaz/wok/freetype/source/freetype-2.10.2/include -D_GLIBCXX_USE_C99_MATH=1 -c -Wall -march=i486 -Os -pipe -mindirect-branch=thunk -fvisibility=hidden -I/usr/include/libpng16 -DFT_CONFIG_CONFIG_H="" -DFT_CONFIG_MODULES_H="" -DFT_CONFIG_OPTIONS_H="" -DFT2_BUILD_LIBRARY -o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/type42.lo /home/slitaz/wok/freetype/source/freetype-2.10.2/src/type42/type42.c libtool: compile: i486-slitaz-linux-gcc -pedantic -ansi -I/home/slitaz/wok/freetype/source/freetype-2.10.2/src/type42 -I/home/slitaz/wok/freetype/source/freetype-2.10.2/objs -I./builds/unix -I/home/slitaz/wok/freetype/source/freetype-2.10.2/include -D_GLIBCXX_USE_C99_MATH=1 -c -Wall -march=i486 -Os -pipe -mindirect-branch=thunk -fvisibility=hidden -I/usr/include/libpng16 "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /home/slitaz/wok/freetype/source/freetype-2.10.2/src/type42/type42.c -fPIC -DPIC -o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/.libs/type42.o ./builds/unix/libtool --mode=compile i486-slitaz-linux-gcc -pedantic -ansi -I/home/slitaz/wok/freetype/source/freetype-2.10.2/src/winfonts -I/home/slitaz/wok/freetype/source/freetype-2.10.2/objs -I./builds/unix -I/home/slitaz/wok/freetype/source/freetype-2.10.2/include -D_GLIBCXX_USE_C99_MATH=1 -c -Wall -march=i486 -Os -pipe -mindirect-branch=thunk -fvisibility=hidden -I/usr/include/libpng16 -DFT_CONFIG_CONFIG_H="" -DFT_CONFIG_MODULES_H="" -DFT_CONFIG_OPTIONS_H="" -DFT2_BUILD_LIBRARY -o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/winfnt.lo /home/slitaz/wok/freetype/source/freetype-2.10.2/src/winfonts/winfnt.c ./builds/unix/libtool --mode=compile i486-slitaz-linux-gcc -pedantic -ansi -I/home/slitaz/wok/freetype/source/freetype-2.10.2/src/pcf -I/home/slitaz/wok/freetype/source/freetype-2.10.2/objs -I./builds/unix -I/home/slitaz/wok/freetype/source/freetype-2.10.2/include -D_GLIBCXX_USE_C99_MATH=1 -c -Wall -march=i486 -Os -pipe -mindirect-branch=thunk -fvisibility=hidden -I/usr/include/libpng16 -DFT_CONFIG_CONFIG_H="" -DFT_CONFIG_MODULES_H="" -DFT_CONFIG_OPTIONS_H="" -DFT2_BUILD_LIBRARY -o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/pcf.lo /home/slitaz/wok/freetype/source/freetype-2.10.2/src/pcf/pcf.c libtool: compile: i486-slitaz-linux-gcc -pedantic -ansi -I/home/slitaz/wok/freetype/source/freetype-2.10.2/src/winfonts -I/home/slitaz/wok/freetype/source/freetype-2.10.2/objs -I./builds/unix -I/home/slitaz/wok/freetype/source/freetype-2.10.2/include -D_GLIBCXX_USE_C99_MATH=1 -c -Wall -march=i486 -Os -pipe -mindirect-branch=thunk -fvisibility=hidden -I/usr/include/libpng16 "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /home/slitaz/wok/freetype/source/freetype-2.10.2/src/winfonts/winfnt.c -fPIC -DPIC -o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/.libs/winfnt.o ./builds/unix/libtool --mode=compile i486-slitaz-linux-gcc -pedantic -ansi -I/home/slitaz/wok/freetype/source/freetype-2.10.2/src/bdf -I/home/slitaz/wok/freetype/source/freetype-2.10.2/objs -I./builds/unix -I/home/slitaz/wok/freetype/source/freetype-2.10.2/include -D_GLIBCXX_USE_C99_MATH=1 -c -Wall -march=i486 -Os -pipe -mindirect-branch=thunk -fvisibility=hidden -I/usr/include/libpng16 -DFT_CONFIG_CONFIG_H="" -DFT_CONFIG_MODULES_H="" -DFT_CONFIG_OPTIONS_H="" -DFT2_BUILD_LIBRARY -o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/bdf.lo /home/slitaz/wok/freetype/source/freetype-2.10.2/src/bdf/bdf.c libtool: compile: i486-slitaz-linux-gcc -pedantic -ansi -I/home/slitaz/wok/freetype/source/freetype-2.10.2/src/pcf -I/home/slitaz/wok/freetype/source/freetype-2.10.2/objs -I./builds/unix -I/home/slitaz/wok/freetype/source/freetype-2.10.2/include -D_GLIBCXX_USE_C99_MATH=1 -c -Wall -march=i486 -Os -pipe -mindirect-branch=thunk -fvisibility=hidden -I/usr/include/libpng16 "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /home/slitaz/wok/freetype/source/freetype-2.10.2/src/pcf/pcf.c -fPIC -DPIC -o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/.libs/pcf.o libtool: compile: i486-slitaz-linux-gcc -pedantic -ansi -I/home/slitaz/wok/freetype/source/freetype-2.10.2/src/bdf -I/home/slitaz/wok/freetype/source/freetype-2.10.2/objs -I./builds/unix -I/home/slitaz/wok/freetype/source/freetype-2.10.2/include -D_GLIBCXX_USE_C99_MATH=1 -c -Wall -march=i486 -Os -pipe -mindirect-branch=thunk -fvisibility=hidden -I/usr/include/libpng16 "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /home/slitaz/wok/freetype/source/freetype-2.10.2/src/bdf/bdf.c -fPIC -DPIC -o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/.libs/bdf.o ./builds/unix/libtool --mode=compile i486-slitaz-linux-gcc -pedantic -ansi -I/home/slitaz/wok/freetype/source/freetype-2.10.2/src/sfnt -I/home/slitaz/wok/freetype/source/freetype-2.10.2/objs -I./builds/unix -I/home/slitaz/wok/freetype/source/freetype-2.10.2/include -D_GLIBCXX_USE_C99_MATH=1 -c -Wall -march=i486 -Os -pipe -mindirect-branch=thunk -fvisibility=hidden -I/usr/include/libpng16 -DFT_CONFIG_CONFIG_H="" -DFT_CONFIG_MODULES_H="" -DFT_CONFIG_OPTIONS_H="" -DFT2_BUILD_LIBRARY -o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/sfnt.lo /home/slitaz/wok/freetype/source/freetype-2.10.2/src/sfnt/sfnt.c libtool: compile: i486-slitaz-linux-gcc -pedantic -ansi -I/home/slitaz/wok/freetype/source/freetype-2.10.2/src/sfnt -I/home/slitaz/wok/freetype/source/freetype-2.10.2/objs -I./builds/unix -I/home/slitaz/wok/freetype/source/freetype-2.10.2/include -D_GLIBCXX_USE_C99_MATH=1 -c -Wall -march=i486 -Os -pipe -mindirect-branch=thunk -fvisibility=hidden -I/usr/include/libpng16 "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /home/slitaz/wok/freetype/source/freetype-2.10.2/src/sfnt/sfnt.c -fPIC -DPIC -o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/.libs/sfnt.o ./builds/unix/libtool --mode=compile i486-slitaz-linux-gcc -pedantic -ansi -I/home/slitaz/wok/freetype/source/freetype-2.10.2/src/autofit -I/home/slitaz/wok/freetype/source/freetype-2.10.2/objs -I./builds/unix -I/home/slitaz/wok/freetype/source/freetype-2.10.2/include -D_GLIBCXX_USE_C99_MATH=1 -c -Wall -march=i486 -Os -pipe -mindirect-branch=thunk -fvisibility=hidden -I/usr/include/libpng16 -DFT_CONFIG_CONFIG_H="" -DFT_CONFIG_MODULES_H="" -DFT_CONFIG_OPTIONS_H="" -DFT2_BUILD_LIBRARY -o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/autofit.lo /home/slitaz/wok/freetype/source/freetype-2.10.2/src/autofit/autofit.c ./builds/unix/libtool --mode=compile i486-slitaz-linux-gcc -pedantic -ansi -I/home/slitaz/wok/freetype/source/freetype-2.10.2/src/pshinter -I/home/slitaz/wok/freetype/source/freetype-2.10.2/objs -I./builds/unix -I/home/slitaz/wok/freetype/source/freetype-2.10.2/include -D_GLIBCXX_USE_C99_MATH=1 -c -Wall -march=i486 -Os -pipe -mindirect-branch=thunk -fvisibility=hidden -I/usr/include/libpng16 -DFT_CONFIG_CONFIG_H="" -DFT_CONFIG_MODULES_H="" -DFT_CONFIG_OPTIONS_H="" -DFT2_BUILD_LIBRARY -o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/pshinter.lo /home/slitaz/wok/freetype/source/freetype-2.10.2/src/pshinter/pshinter.c libtool: compile: i486-slitaz-linux-gcc -pedantic -ansi -I/home/slitaz/wok/freetype/source/freetype-2.10.2/src/autofit -I/home/slitaz/wok/freetype/source/freetype-2.10.2/objs -I./builds/unix -I/home/slitaz/wok/freetype/source/freetype-2.10.2/include -D_GLIBCXX_USE_C99_MATH=1 -c -Wall -march=i486 -Os -pipe -mindirect-branch=thunk -fvisibility=hidden -I/usr/include/libpng16 "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /home/slitaz/wok/freetype/source/freetype-2.10.2/src/autofit/autofit.c -fPIC -DPIC -o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/.libs/autofit.o libtool: compile: i486-slitaz-linux-gcc -pedantic -ansi -I/home/slitaz/wok/freetype/source/freetype-2.10.2/src/pshinter -I/home/slitaz/wok/freetype/source/freetype-2.10.2/objs -I./builds/unix -I/home/slitaz/wok/freetype/source/freetype-2.10.2/include -D_GLIBCXX_USE_C99_MATH=1 -c -Wall -march=i486 -Os -pipe -mindirect-branch=thunk -fvisibility=hidden -I/usr/include/libpng16 "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /home/slitaz/wok/freetype/source/freetype-2.10.2/src/pshinter/pshinter.c -fPIC -DPIC -o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/.libs/pshinter.o ./builds/unix/libtool --mode=compile i486-slitaz-linux-gcc -pedantic -ansi -I/home/slitaz/wok/freetype/source/freetype-2.10.2/src/raster -I/home/slitaz/wok/freetype/source/freetype-2.10.2/objs -I./builds/unix -I/home/slitaz/wok/freetype/source/freetype-2.10.2/include -D_GLIBCXX_USE_C99_MATH=1 -c -Wall -march=i486 -Os -pipe -mindirect-branch=thunk -fvisibility=hidden -I/usr/include/libpng16 -DFT_CONFIG_CONFIG_H="" -DFT_CONFIG_MODULES_H="" -DFT_CONFIG_OPTIONS_H="" -DFT2_BUILD_LIBRARY -o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/raster.lo /home/slitaz/wok/freetype/source/freetype-2.10.2/src/raster/raster.c libtool: compile: i486-slitaz-linux-gcc -pedantic -ansi -I/home/slitaz/wok/freetype/source/freetype-2.10.2/src/raster -I/home/slitaz/wok/freetype/source/freetype-2.10.2/objs -I./builds/unix -I/home/slitaz/wok/freetype/source/freetype-2.10.2/include -D_GLIBCXX_USE_C99_MATH=1 -c -Wall -march=i486 -Os -pipe -mindirect-branch=thunk -fvisibility=hidden -I/usr/include/libpng16 "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /home/slitaz/wok/freetype/source/freetype-2.10.2/src/raster/raster.c -fPIC -DPIC -o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/.libs/raster.o ./builds/unix/libtool --mode=compile i486-slitaz-linux-gcc -pedantic -ansi -I/home/slitaz/wok/freetype/source/freetype-2.10.2/src/smooth -I/home/slitaz/wok/freetype/source/freetype-2.10.2/objs -I./builds/unix -I/home/slitaz/wok/freetype/source/freetype-2.10.2/include -D_GLIBCXX_USE_C99_MATH=1 -c -Wall -march=i486 -Os -pipe -mindirect-branch=thunk -fvisibility=hidden -I/usr/include/libpng16 -DFT_CONFIG_CONFIG_H="" -DFT_CONFIG_MODULES_H="" -DFT_CONFIG_OPTIONS_H="" -DFT2_BUILD_LIBRARY -o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/smooth.lo /home/slitaz/wok/freetype/source/freetype-2.10.2/src/smooth/smooth.c libtool: compile: i486-slitaz-linux-gcc -pedantic -ansi -I/home/slitaz/wok/freetype/source/freetype-2.10.2/src/smooth -I/home/slitaz/wok/freetype/source/freetype-2.10.2/objs -I./builds/unix -I/home/slitaz/wok/freetype/source/freetype-2.10.2/include -D_GLIBCXX_USE_C99_MATH=1 -c -Wall -march=i486 -Os -pipe -mindirect-branch=thunk -fvisibility=hidden -I/usr/include/libpng16 "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /home/slitaz/wok/freetype/source/freetype-2.10.2/src/smooth/smooth.c -fPIC -DPIC -o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/.libs/smooth.o ./builds/unix/libtool --mode=compile i486-slitaz-linux-gcc -pedantic -ansi -I/home/slitaz/wok/freetype/source/freetype-2.10.2/src/cache -I/home/slitaz/wok/freetype/source/freetype-2.10.2/objs -I./builds/unix -I/home/slitaz/wok/freetype/source/freetype-2.10.2/include -D_GLIBCXX_USE_C99_MATH=1 -c -Wall -march=i486 -Os -pipe -mindirect-branch=thunk -fvisibility=hidden -I/usr/include/libpng16 -DFT_CONFIG_CONFIG_H="" -DFT_CONFIG_MODULES_H="" -DFT_CONFIG_OPTIONS_H="" -DFT2_BUILD_LIBRARY -o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/ftcache.lo /home/slitaz/wok/freetype/source/freetype-2.10.2/src/cache/ftcache.c libtool: compile: i486-slitaz-linux-gcc -pedantic -ansi -I/home/slitaz/wok/freetype/source/freetype-2.10.2/src/cache -I/home/slitaz/wok/freetype/source/freetype-2.10.2/objs -I./builds/unix -I/home/slitaz/wok/freetype/source/freetype-2.10.2/include -D_GLIBCXX_USE_C99_MATH=1 -c -Wall -march=i486 -Os -pipe -mindirect-branch=thunk -fvisibility=hidden -I/usr/include/libpng16 "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /home/slitaz/wok/freetype/source/freetype-2.10.2/src/cache/ftcache.c -fPIC -DPIC -o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/.libs/ftcache.o ./builds/unix/libtool --mode=compile i486-slitaz-linux-gcc -pedantic -ansi -I/home/slitaz/wok/freetype/source/freetype-2.10.2/src/gxvalid -I/home/slitaz/wok/freetype/source/freetype-2.10.2/objs -I./builds/unix -I/home/slitaz/wok/freetype/source/freetype-2.10.2/include -D_GLIBCXX_USE_C99_MATH=1 -c -Wall -march=i486 -Os -pipe -mindirect-branch=thunk -fvisibility=hidden -I/usr/include/libpng16 -DFT_CONFIG_CONFIG_H="" -DFT_CONFIG_MODULES_H="" -DFT_CONFIG_OPTIONS_H="" -DFT2_BUILD_LIBRARY -o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/gxvalid.lo /home/slitaz/wok/freetype/source/freetype-2.10.2/src/gxvalid/gxvalid.c libtool: compile: i486-slitaz-linux-gcc -pedantic -ansi -I/home/slitaz/wok/freetype/source/freetype-2.10.2/src/gxvalid -I/home/slitaz/wok/freetype/source/freetype-2.10.2/objs -I./builds/unix -I/home/slitaz/wok/freetype/source/freetype-2.10.2/include -D_GLIBCXX_USE_C99_MATH=1 -c -Wall -march=i486 -Os -pipe -mindirect-branch=thunk -fvisibility=hidden -I/usr/include/libpng16 "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /home/slitaz/wok/freetype/source/freetype-2.10.2/src/gxvalid/gxvalid.c -fPIC -DPIC -o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/.libs/gxvalid.o ./builds/unix/libtool --mode=compile i486-slitaz-linux-gcc -pedantic -ansi -I/home/slitaz/wok/freetype/source/freetype-2.10.2/objs -I./builds/unix -I/home/slitaz/wok/freetype/source/freetype-2.10.2/include -D_GLIBCXX_USE_C99_MATH=1 -c -Wall -march=i486 -Os -pipe -mindirect-branch=thunk -fvisibility=hidden -I/usr/include/libpng16 -DFT_CONFIG_CONFIG_H="" -DFT_CONFIG_MODULES_H="" -DFT_CONFIG_OPTIONS_H="" -DFT2_BUILD_LIBRARY -o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/ftgzip.lo /home/slitaz/wok/freetype/source/freetype-2.10.2/src/gzip/ftgzip.c libtool: compile: i486-slitaz-linux-gcc -pedantic -ansi -I/home/slitaz/wok/freetype/source/freetype-2.10.2/objs -I./builds/unix -I/home/slitaz/wok/freetype/source/freetype-2.10.2/include -D_GLIBCXX_USE_C99_MATH=1 -c -Wall -march=i486 -Os -pipe -mindirect-branch=thunk -fvisibility=hidden -I/usr/include/libpng16 "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /home/slitaz/wok/freetype/source/freetype-2.10.2/src/gzip/ftgzip.c -fPIC -DPIC -o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/.libs/ftgzip.o ./builds/unix/libtool --mode=compile i486-slitaz-linux-gcc -pedantic -ansi -I/home/slitaz/wok/freetype/source/freetype-2.10.2/src/lzw -I/home/slitaz/wok/freetype/source/freetype-2.10.2/objs -I./builds/unix -I/home/slitaz/wok/freetype/source/freetype-2.10.2/include -D_GLIBCXX_USE_C99_MATH=1 -c -Wall -march=i486 -Os -pipe -mindirect-branch=thunk -fvisibility=hidden -I/usr/include/libpng16 -DFT_CONFIG_CONFIG_H="" -DFT_CONFIG_MODULES_H="" -DFT_CONFIG_OPTIONS_H="" -DFT2_BUILD_LIBRARY -o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/ftlzw.lo /home/slitaz/wok/freetype/source/freetype-2.10.2/src/lzw/ftlzw.c libtool: compile: i486-slitaz-linux-gcc -pedantic -ansi -I/home/slitaz/wok/freetype/source/freetype-2.10.2/src/lzw -I/home/slitaz/wok/freetype/source/freetype-2.10.2/objs -I./builds/unix -I/home/slitaz/wok/freetype/source/freetype-2.10.2/include -D_GLIBCXX_USE_C99_MATH=1 -c -Wall -march=i486 -Os -pipe -mindirect-branch=thunk -fvisibility=hidden -I/usr/include/libpng16 "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /home/slitaz/wok/freetype/source/freetype-2.10.2/src/lzw/ftlzw.c -fPIC -DPIC -o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/.libs/ftlzw.o ./builds/unix/libtool --mode=compile i486-slitaz-linux-gcc -pedantic -ansi -I/home/slitaz/wok/freetype/source/freetype-2.10.2/objs -I./builds/unix -I/home/slitaz/wok/freetype/source/freetype-2.10.2/include -D_GLIBCXX_USE_C99_MATH=1 -c -Wall -march=i486 -Os -pipe -mindirect-branch=thunk -fvisibility=hidden -I/usr/include/libpng16 -DFT_CONFIG_CONFIG_H="" -DFT_CONFIG_MODULES_H="" -DFT_CONFIG_OPTIONS_H="" -DFT2_BUILD_LIBRARY -o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/ftbzip2.lo /home/slitaz/wok/freetype/source/freetype-2.10.2/src/bzip2/ftbzip2.c libtool: compile: i486-slitaz-linux-gcc -pedantic -ansi -I/home/slitaz/wok/freetype/source/freetype-2.10.2/objs -I./builds/unix -I/home/slitaz/wok/freetype/source/freetype-2.10.2/include -D_GLIBCXX_USE_C99_MATH=1 -c -Wall -march=i486 -Os -pipe -mindirect-branch=thunk -fvisibility=hidden -I/usr/include/libpng16 "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /home/slitaz/wok/freetype/source/freetype-2.10.2/src/bzip2/ftbzip2.c -fPIC -DPIC -o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/.libs/ftbzip2.o ./builds/unix/libtool --mode=compile i486-slitaz-linux-gcc -pedantic -ansi -I/home/slitaz/wok/freetype/source/freetype-2.10.2/src/otvalid -I/home/slitaz/wok/freetype/source/freetype-2.10.2/objs -I./builds/unix -I/home/slitaz/wok/freetype/source/freetype-2.10.2/include -D_GLIBCXX_USE_C99_MATH=1 -c -Wall -march=i486 -Os -pipe -mindirect-branch=thunk -fvisibility=hidden -I/usr/include/libpng16 -DFT_CONFIG_CONFIG_H="" -DFT_CONFIG_MODULES_H="" -DFT_CONFIG_OPTIONS_H="" -DFT2_BUILD_LIBRARY -o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/otvalid.lo /home/slitaz/wok/freetype/source/freetype-2.10.2/src/otvalid/otvalid.c ./builds/unix/libtool --mode=compile i486-slitaz-linux-gcc -pedantic -ansi -I/home/slitaz/wok/freetype/source/freetype-2.10.2/src/psaux -I/home/slitaz/wok/freetype/source/freetype-2.10.2/objs -I./builds/unix -I/home/slitaz/wok/freetype/source/freetype-2.10.2/include -D_GLIBCXX_USE_C99_MATH=1 -c -Wall -march=i486 -Os -pipe -mindirect-branch=thunk -fvisibility=hidden -I/usr/include/libpng16 -DFT_CONFIG_CONFIG_H="" -DFT_CONFIG_MODULES_H="" -DFT_CONFIG_OPTIONS_H="" -DFT2_BUILD_LIBRARY -o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/psaux.lo /home/slitaz/wok/freetype/source/freetype-2.10.2/src/psaux/psaux.c ./builds/unix/libtool --mode=compile i486-slitaz-linux-gcc -pedantic -ansi -I/home/slitaz/wok/freetype/source/freetype-2.10.2/src/psnames -I/home/slitaz/wok/freetype/source/freetype-2.10.2/objs -I./builds/unix -I/home/slitaz/wok/freetype/source/freetype-2.10.2/include -D_GLIBCXX_USE_C99_MATH=1 -c -Wall -march=i486 -Os -pipe -mindirect-branch=thunk -fvisibility=hidden -I/usr/include/libpng16 -DFT_CONFIG_CONFIG_H="" -DFT_CONFIG_MODULES_H="" -DFT_CONFIG_OPTIONS_H="" -DFT2_BUILD_LIBRARY -o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/psnames.lo /home/slitaz/wok/freetype/source/freetype-2.10.2/src/psnames/psnames.c libtool: compile: i486-slitaz-linux-gcc -pedantic -ansi -I/home/slitaz/wok/freetype/source/freetype-2.10.2/src/psaux -I/home/slitaz/wok/freetype/source/freetype-2.10.2/objs -I./builds/unix -I/home/slitaz/wok/freetype/source/freetype-2.10.2/include -D_GLIBCXX_USE_C99_MATH=1 -c -Wall -march=i486 -Os -pipe -mindirect-branch=thunk -fvisibility=hidden -I/usr/include/libpng16 "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /home/slitaz/wok/freetype/source/freetype-2.10.2/src/psaux/psaux.c -fPIC -DPIC -o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/.libs/psaux.o libtool: compile: i486-slitaz-linux-gcc -pedantic -ansi -I/home/slitaz/wok/freetype/source/freetype-2.10.2/src/psnames -I/home/slitaz/wok/freetype/source/freetype-2.10.2/objs -I./builds/unix -I/home/slitaz/wok/freetype/source/freetype-2.10.2/include -D_GLIBCXX_USE_C99_MATH=1 -c -Wall -march=i486 -Os -pipe -mindirect-branch=thunk -fvisibility=hidden -I/usr/include/libpng16 "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /home/slitaz/wok/freetype/source/freetype-2.10.2/src/psnames/psnames.c -fPIC -DPIC -o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/.libs/psnames.o libtool: compile: i486-slitaz-linux-gcc -pedantic -ansi -I/home/slitaz/wok/freetype/source/freetype-2.10.2/src/otvalid -I/home/slitaz/wok/freetype/source/freetype-2.10.2/objs -I./builds/unix -I/home/slitaz/wok/freetype/source/freetype-2.10.2/include -D_GLIBCXX_USE_C99_MATH=1 -c -Wall -march=i486 -Os -pipe -mindirect-branch=thunk -fvisibility=hidden -I/usr/include/libpng16 "-DFT_CONFIG_CONFIG_H=" "-DFT_CONFIG_MODULES_H=" "-DFT_CONFIG_OPTIONS_H=" -DFT2_BUILD_LIBRARY /home/slitaz/wok/freetype/source/freetype-2.10.2/src/otvalid/otvalid.c -fPIC -DPIC -o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/.libs/otvalid.o i486-slitaz-linux-gcc -o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/apinames /home/slitaz/wok/freetype/source/freetype-2.10.2/src/tools/apinames.c rm -f builds/unix/freetype-config builds/unix/freetype-config.tmp sed -e 's|%LIBSSTATIC_CONFIG%|-lfreetype -lz -lbz2 -lpng16 -lm -lz -lm -lpthread -lz|' \ -e 's|%PKG_CONFIG%|/usr/bin/i486-slitaz-linux-pkg-config|' \ -e 's|%build_libtool_libs%||' \ -e 's|%exec_prefix%|/usr|' \ -e 's|%ft_version%|23.2.17|' \ -e 's|%includedir%|/usr/include|' \ -e 's|%libdir%|/usr/lib|' \ -e 's|%prefix%|/usr|' \ /home/slitaz/wok/freetype/source/freetype-2.10.2/builds/unix/freetype-config.in \ > builds/unix/freetype-config.tmp rm -f builds/unix/freetype2.pc builds/unix/freetype2.pc.tmp sed -e 's|%REQUIRES_PRIVATE%|zlib, libpng|' \ -e 's|%LIBS_PRIVATE%|-lbz2|' \ -e 's|%build_libtool_libs%||' \ -e 's|%exec_prefix%|/usr|' \ -e 's|%ft_version%|23.2.17|' \ -e 's|%includedir%|/usr/include|' \ -e 's|%libdir%|/usr/lib|' \ -e 's|%prefix%|/usr|' \ /home/slitaz/wok/freetype/source/freetype-2.10.2/builds/unix/freetype2.in \ > builds/unix/freetype2.pc.tmp chmod +x builds/unix/freetype-config.tmp chmod go-w builds/unix/freetype-config.tmp chmod a-w builds/unix/freetype2.pc.tmp mv builds/unix/freetype2.pc.tmp builds/unix/freetype2.pc mv builds/unix/freetype-config.tmp builds/unix/freetype-config /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/apinames -o/home/slitaz/wok/freetype/source/freetype-2.10.2/objs/ftexport.sym /home/slitaz/wok/freetype/source/freetype-2.10.2/include/freetype/ftimage.h /home/slitaz/wok/freetype/source/freetype-2.10.2/include/freetype/fttrigon.h /home/slitaz/wok/freetype/source/freetype-2.10.2/include/freetype/fterrdef.h /home/slitaz/wok/freetype/source/freetype-2.10.2/include/freetype/ftotval.h /home/slitaz/wok/freetype/source/freetype-2.10.2/include/freetype/tttags.h /home/slitaz/wok/freetype/source/freetype-2.10.2/include/freetype/ftsnames.h /home/slitaz/wok/freetype/source/freetype-2.10.2/include/freetype/ftgxval.h /home/slitaz/wok/freetype/source/freetype-2.10.2/include/freetype/ftgasp.h /home/slitaz/wok/freetype/source/freetype-2.10.2/include/freetype/ftmoderr.h /home/slitaz/wok/freetype/source/freetype-2.10.2/include/freetype/ftbzip2.h /home/slitaz/wok/freetype/source/freetype-2.10.2/include/freetype/ftadvanc.h /home/slitaz/wok/freetype/source/freetype-2.10.2/include/freetype/ftmm.h /home/slitaz/wok/freetype/source/freetype-2.10.2/include/freetype/ftbbox.h /home/slitaz/wok/freetype/source/freetype-2.10.2/include/freetype/ftcolor.h /home/slitaz/wok/freetype/source/freetype-2.10.2/include/freetype/fttypes.h /home/slitaz/wok/freetype/source/freetype-2.10.2/include/freetype/ftwinfnt.h /home/slitaz/wok/freetype/source/freetype-2.10.2/include/freetype/freetype.h /home/slitaz/wok/freetype/source/freetype-2.10.2/include/freetype/ftdriver.h /home/slitaz/wok/freetype/source/freetype-2.10.2/include/freetype/ftgzip.h /home/slitaz/wok/freetype/source/freetype-2.10.2/include/freetype/ttnameid.h /home/slitaz/wok/freetype/source/freetype-2.10.2/include/freetype/ftcache.h /home/slitaz/wok/freetype/source/freetype-2.10.2/include/freetype/ftbdf.h /home/slitaz/wok/freetype/source/freetype-2.10.2/include/freetype/ftchapters.h /home/slitaz/wok/freetype/source/freetype-2.10.2/include/freetype/ftincrem.h /home/slitaz/wok/freetype/source/freetype-2.10.2/include/freetype/ftlist.h /home/slitaz/wok/freetype/source/freetype-2.10.2/include/freetype/ftglyph.h /home/slitaz/wok/freetype/source/freetype-2.10.2/include/freetype/ftsynth.h /home/slitaz/wok/freetype/source/freetype-2.10.2/include/freetype/ftrender.h /home/slitaz/wok/freetype/source/freetype-2.10.2/include/freetype/ftsizes.h /home/slitaz/wok/freetype/source/freetype-2.10.2/include/freetype/ftpfr.h /home/slitaz/wok/freetype/source/freetype-2.10.2/include/freetype/ftlcdfil.h /home/slitaz/wok/freetype/source/freetype-2.10.2/include/freetype/ftoutln.h /home/slitaz/wok/freetype/source/freetype-2.10.2/include/freetype/ftsystem.h /home/slitaz/wok/freetype/source/freetype-2.10.2/include/freetype/ftmodapi.h /home/slitaz/wok/freetype/source/freetype-2.10.2/include/freetype/ftbitmap.h /home/slitaz/wok/freetype/source/freetype-2.10.2/include/freetype/ftcid.h /home/slitaz/wok/freetype/source/freetype-2.10.2/include/freetype/ftparams.h /home/slitaz/wok/freetype/source/freetype-2.10.2/include/freetype/ftlzw.h /home/slitaz/wok/freetype/source/freetype-2.10.2/include/freetype/fterrors.h /home/slitaz/wok/freetype/source/freetype-2.10.2/include/freetype/t1tables.h /home/slitaz/wok/freetype/source/freetype-2.10.2/include/freetype/ftstroke.h /home/slitaz/wok/freetype/source/freetype-2.10.2/include/freetype/ftfntfmt.h /home/slitaz/wok/freetype/source/freetype-2.10.2/include/freetype/tttables.h In file included from /home/slitaz/wok/freetype/source/freetype-2.10.2/src/sfnt/sfnt.c:26: /home/slitaz/wok/freetype/source/freetype-2.10.2/src/sfnt/sfwoff2.c: In function 'woff2_open_font': /home/slitaz/wok/freetype/source/freetype-2.10.2/src/sfnt/sfwoff2.c:1012:45: warning: 'composite_size' may be used uninitialized in this function [-Wmaybe-uninitialized] substreams[COMPOSITE_STREAM].offset += composite_size; ^~ /home/slitaz/wok/freetype/source/freetype-2.10.2/src/sfnt/sfwoff2.c:960:20: note: 'composite_size' was declared here FT_ULong composite_size; ^~~~~~~~~~~~~~ ./builds/unix/libtool --mode=link i486-slitaz-linux-gcc -o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/libfreetype.la /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/ftsystem.lo /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/ftdebug.lo /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/ftinit.lo /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/ftbase.lo /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/ftbbox.lo /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/ftbdf.lo /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/ftbitmap.lo /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/ftcid.lo /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/ftfstype.lo /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/ftgasp.lo /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/ftglyph.lo /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/ftgxval.lo /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/ftmm.lo /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/ftotval.lo /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/ftpatent.lo /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/ftpfr.lo /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/ftstroke.lo /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/ftsynth.lo /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/fttype1.lo /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/ftwinfnt.lo /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/truetype.lo /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/type1.lo /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/cff.lo /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/type1cid.lo /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/pfr.lo /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/type42.lo /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/winfnt.lo /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/pcf.lo /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/bdf.lo /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/sfnt.lo /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/autofit.lo /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/pshinter.lo /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/raster.lo /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/smooth.lo /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/ftcache.lo /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/gxvalid.lo /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/ftgzip.lo /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/ftlzw.lo /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/ftbzip2.lo /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/otvalid.lo /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/psaux.lo /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/psnames.lo -rpath /usr/lib -version-info 23:2:17 -Wl,-Os,--as-needed -march=i486 -lz -lbz2 -lpng16 -lz -no-undefined -export-symbols /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/ftexport.sym libtool: link: echo "{ global:" > /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/.libs/libfreetype.ver libtool: link: cat /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/ftexport.sym | sed -e "s/\(.*\)/\1;/" >> /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/.libs/libfreetype.ver libtool: link: echo "local: *; };" >> /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/.libs/libfreetype.ver libtool: link: i486-slitaz-linux-gcc -shared -fPIC -DPIC /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/.libs/ftsystem.o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/.libs/ftdebug.o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/.libs/ftinit.o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/.libs/ftbase.o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/.libs/ftbbox.o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/.libs/ftbdf.o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/.libs/ftbitmap.o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/.libs/ftcid.o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/.libs/ftfstype.o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/.libs/ftgasp.o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/.libs/ftglyph.o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/.libs/ftgxval.o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/.libs/ftmm.o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/.libs/ftotval.o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/.libs/ftpatent.o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/.libs/ftpfr.o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/.libs/ftstroke.o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/.libs/ftsynth.o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/.libs/fttype1.o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/.libs/ftwinfnt.o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/.libs/truetype.o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/.libs/type1.o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/.libs/cff.o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/.libs/type1cid.o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/.libs/pfr.o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/.libs/type42.o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/.libs/winfnt.o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/.libs/pcf.o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/.libs/bdf.o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/.libs/sfnt.o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/.libs/autofit.o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/.libs/pshinter.o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/.libs/raster.o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/.libs/smooth.o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/.libs/ftcache.o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/.libs/gxvalid.o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/.libs/ftgzip.o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/.libs/ftlzw.o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/.libs/ftbzip2.o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/.libs/otvalid.o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/.libs/psaux.o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/.libs/psnames.o -lbz2 -lpng16 -lz -Wl,-Os -Wl,--as-needed -march=i486 -Wl,-soname -Wl,libfreetype.so.6 -Wl,-version-script -Wl,/home/slitaz/wok/freetype/source/freetype-2.10.2/objs/.libs/libfreetype.ver -o /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/.libs/libfreetype.so.6.17.2 libtool: link: (cd "/home/slitaz/wok/freetype/source/freetype-2.10.2/objs/.libs" && rm -f "libfreetype.so.6" && ln -s "libfreetype.so.6.17.2" "libfreetype.so.6") libtool: link: (cd "/home/slitaz/wok/freetype/source/freetype-2.10.2/objs/.libs" && rm -f "libfreetype.so" && ln -s "libfreetype.so.6.17.2" "libfreetype.so") libtool: link: ( cd "/home/slitaz/wok/freetype/source/freetype-2.10.2/objs/.libs" && rm -f "libfreetype.la" && ln -s "../libfreetype.la" "libfreetype.la" ) rm -rf /home/slitaz/wok/freetype/install/usr/include/freetype2 rm -f /home/slitaz/wok/freetype/install/usr/include/ft2build.h /home/slitaz/wok/freetype/source/freetype-2.10.2/builds/unix/./install-sh -c -d /home/slitaz/wok/freetype/install/usr/lib \ /home/slitaz/wok/freetype/install/usr/lib/pkgconfig \ /home/slitaz/wok/freetype/install/usr/include/freetype2/freetype/config \ /home/slitaz/wok/freetype/install/usr/share/aclocal /home/slitaz/wok/freetype/source/freetype-2.10.2/builds/unix/./install-sh -c -d /home/slitaz/wok/freetype/install/usr/bin \ /home/slitaz/wok/freetype/install/usr/share/man/man1 ./builds/unix/libtool --mode=install /usr/bin/install -c \ /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/libfreetype.la /home/slitaz/wok/freetype/install/usr/lib libtool: install: /usr/bin/install -c /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/.libs/libfreetype.so.6.17.2 /home/slitaz/wok/freetype/install/usr/lib/libfreetype.so.6.17.2 libtool: install: (cd /home/slitaz/wok/freetype/install/usr/lib && { ln -s -f libfreetype.so.6.17.2 libfreetype.so.6 || { rm -f libfreetype.so.6 && ln -s libfreetype.so.6.17.2 libfreetype.so.6; }; }) libtool: install: (cd /home/slitaz/wok/freetype/install/usr/lib && { ln -s -f libfreetype.so.6.17.2 libfreetype.so || { rm -f libfreetype.so && ln -s libfreetype.so.6.17.2 libfreetype.so; }; }) libtool: install: /usr/bin/install -c /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/.libs/libfreetype.lai /home/slitaz/wok/freetype/install/usr/lib/libfreetype.la libtool: warning: remember to run 'libtool --finish /usr/lib' for P in /home/slitaz/wok/freetype/source/freetype-2.10.2/include/freetype/ftimage.h /home/slitaz/wok/freetype/source/freetype-2.10.2/include/freetype/fttrigon.h /home/slitaz/wok/freetype/source/freetype-2.10.2/include/freetype/fterrdef.h /home/slitaz/wok/freetype/source/freetype-2.10.2/include/freetype/ftotval.h /home/slitaz/wok/freetype/source/freetype-2.10.2/include/freetype/tttags.h /home/slitaz/wok/freetype/source/freetype-2.10.2/include/freetype/ftsnames.h /home/slitaz/wok/freetype/source/freetype-2.10.2/include/freetype/ftgxval.h /home/slitaz/wok/freetype/source/freetype-2.10.2/include/freetype/ftgasp.h /home/slitaz/wok/freetype/source/freetype-2.10.2/include/freetype/ftmoderr.h /home/slitaz/wok/freetype/source/freetype-2.10.2/include/freetype/ftbzip2.h /home/slitaz/wok/freetype/source/freetype-2.10.2/include/freetype/ftadvanc.h /home/slitaz/wok/freetype/source/freetype-2.10.2/include/freetype/ftmm.h /home/slitaz/wok/freetype/source/freetype-2.10.2/include/freetype/ftbbox.h /home/slitaz/wok/freetype/source/freetype-2.10.2/include/freetype/ftcolor.h /home/slitaz/wok/freetype/source/freetype-2.10.2/include/freetype/fttypes.h /home/slitaz/wok/freetype/source/freetype-2.10.2/include/freetype/ftwinfnt.h /home/slitaz/wok/freetype/source/freetype-2.10.2/include/freetype/freetype.h /home/slitaz/wok/freetype/source/freetype-2.10.2/include/freetype/ftmac.h /home/slitaz/wok/freetype/source/freetype-2.10.2/include/freetype/ftdriver.h /home/slitaz/wok/freetype/source/freetype-2.10.2/include/freetype/ftgzip.h /home/slitaz/wok/freetype/source/freetype-2.10.2/include/freetype/ttnameid.h /home/slitaz/wok/freetype/source/freetype-2.10.2/include/freetype/ftcache.h /home/slitaz/wok/freetype/source/freetype-2.10.2/include/freetype/ftbdf.h /home/slitaz/wok/freetype/source/freetype-2.10.2/include/freetype/ftchapters.h /home/slitaz/wok/freetype/source/freetype-2.10.2/include/freetype/ftincrem.h /home/slitaz/wok/freetype/source/freetype-2.10.2/include/freetype/ftlist.h /home/slitaz/wok/freetype/source/freetype-2.10.2/include/freetype/ftglyph.h /home/slitaz/wok/freetype/source/freetype-2.10.2/include/freetype/ftsynth.h /home/slitaz/wok/freetype/source/freetype-2.10.2/include/freetype/ftrender.h /home/slitaz/wok/freetype/source/freetype-2.10.2/include/freetype/ftsizes.h /home/slitaz/wok/freetype/source/freetype-2.10.2/include/freetype/ftpfr.h /home/slitaz/wok/freetype/source/freetype-2.10.2/include/freetype/ftlcdfil.h /home/slitaz/wok/freetype/source/freetype-2.10.2/include/freetype/ftoutln.h /home/slitaz/wok/freetype/source/freetype-2.10.2/include/freetype/ftsystem.h /home/slitaz/wok/freetype/source/freetype-2.10.2/include/freetype/ftmodapi.h /home/slitaz/wok/freetype/source/freetype-2.10.2/include/freetype/ftbitmap.h /home/slitaz/wok/freetype/source/freetype-2.10.2/include/freetype/ftcid.h /home/slitaz/wok/freetype/source/freetype-2.10.2/include/freetype/ftparams.h /home/slitaz/wok/freetype/source/freetype-2.10.2/include/freetype/ftlzw.h /home/slitaz/wok/freetype/source/freetype-2.10.2/include/freetype/fterrors.h /home/slitaz/wok/freetype/source/freetype-2.10.2/include/freetype/t1tables.h /home/slitaz/wok/freetype/source/freetype-2.10.2/include/freetype/ftstroke.h /home/slitaz/wok/freetype/source/freetype-2.10.2/include/freetype/ftfntfmt.h /home/slitaz/wok/freetype/source/freetype-2.10.2/include/freetype/tttables.h ; do \ /usr/bin/install -c -m 644 \ $P /home/slitaz/wok/freetype/install/usr/include/freetype2/freetype ; \ done for P in /home/slitaz/wok/freetype/source/freetype-2.10.2/include/freetype/config/ftheader.h /home/slitaz/wok/freetype/source/freetype-2.10.2/include/freetype/config/ftoption.h /home/slitaz/wok/freetype/source/freetype-2.10.2/include/freetype/config/ftmodule.h /home/slitaz/wok/freetype/source/freetype-2.10.2/include/freetype/config/ftconfig.h /home/slitaz/wok/freetype/source/freetype-2.10.2/include/freetype/config/ftstdlib.h /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/ftmodule.h ./builds/unix/ftoption.h ; do \ /usr/bin/install -c -m 644 \ $P /home/slitaz/wok/freetype/install/usr/include/freetype2/freetype/config ; \ done /usr/bin/install -c -m 644 /home/slitaz/wok/freetype/source/freetype-2.10.2/include/ft2build.h \ /home/slitaz/wok/freetype/install/usr/include/freetype2/ft2build.h /usr/bin/install -c -m 644 ./builds/unix/ftconfig.h \ /home/slitaz/wok/freetype/install/usr/include/freetype2/freetype/config/ftconfig.h /usr/bin/install -c -m 644 /home/slitaz/wok/freetype/source/freetype-2.10.2/objs/ftmodule.h \ /home/slitaz/wok/freetype/install/usr/include/freetype2/freetype/config/ftmodule.h /usr/bin/install -c -m 644 ./builds/unix/ftoption.h \ /home/slitaz/wok/freetype/install/usr/include/freetype2/freetype/config/ftoption.h /usr/bin/install -c -m 644 ./builds/unix/freetype2.m4 \ /home/slitaz/wok/freetype/install/usr/share/aclocal/freetype2.m4 /usr/bin/install -c -m 644 ./builds/unix/freetype2.pc \ /home/slitaz/wok/freetype/install/usr/lib/pkgconfig/freetype2.pc /usr/bin/install -c -m 755 ./builds/unix/freetype-config \ /home/slitaz/wok/freetype/install/usr/bin/freetype-config /usr/bin/install -c -m 644 /home/slitaz/wok/freetype/source/freetype-2.10.2/docs/freetype-config.1 \ /home/slitaz/wok/freetype/install/usr/share/man/man1/freetype-config.1 ================================================================================ Executing strip on all files... Done Time: 2.67s. Size: 711876 B -> 628112 B. Save: 82 KB. Installing (pkg/local): advancecomp-static-2.1-i486 Compressing man pages... Done Time: 1.72s. Size: 2885 B -> 1164 B. Save: 2 KB. Cache hit: 1/1. ================================================================================ Build dependencies to remove: 12 Removing: advancecomp-static autoconf automake bzip2-dev libgdbm libltdl libpng libpng-dev libtool perl perl-core zlib-dev Pack: freetype 2.10.2 ================================================================================ Copying folders and files... Done Copying "receipt"... Done Copying "description.txt"... Done Forced package architecture to i486 Creating the list of files... Done Creating md5sum of files... Done Compressing the FS... Done Creating full cpio archive... Done QA: checking for empty package... Done The release checksum has not changed. ================================================================================ Package "freetype-2.10.2-i486.tazpkg" created Pack: freetype-dev 2.10.2 ================================================================================ Copying folders and files... Done Copying "receipt"... Done Copying "description.txt"... Done Forced package architecture to i486 Creating the list of files... Done Creating md5sum of files... Done Compressing the FS... Done Creating full cpio archive... Done QA: checking for empty package... Done The release checksum has not changed. ================================================================================ Package "freetype-dev-2.10.2-i486.tazpkg" created Post-check ================================================================================ Checking build... Done Checking 'any' arch... Done Checking libtool in source/freetype-2.10.2... Done Checking site script in source/freetype-2.10.2... Done Checking ownership in install... Done Checking permissions in install... Done Checking broken symlinks in install... Done Querying Repology... Done Updating activity log... Done ================================================================================ Summary for: freetype 2.10.2 ================================================================================ Src file : freetype-2.10.2.tar.xz Src size : 2.3M Source dir : 19.4M Produced : 1.5M Cook time : 36s Cook date : 2020-09-12 07:57 Target arch : i486 -------------------------------------------------------------------------------- # : Packed : Compressed : Files : Package name -------------------------------------------------------------------------------- 1 : 648.0K : 270.8K : 2 : freetype-2.10.2-i486.tazpkg 2 : 968.0K : 138.1K : 54 : freetype-dev-2.10.2-i486.tazpkg ================================================================================