Changes between Version 2 and Version 3 of Ticket #4542, comment 22


Ignore:
Timestamp:
07/28/24 05:50:07 (2 months ago)
Author:
zaytsev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4542, comment 22

    v2 v3  
     1{{{ 
     2MAKE=gmake AR=gar \ 
     3CFLAGS=-D_XPG6 \ 
     4LIBFFI_LIBS=$HOME/opt/libffi/lib LIBFFI_CFLAGS=-I$HOME/opt/libffi/include \ 
     5../configure \ 
     6--disable-static --enable-shared \ 
     7--with-libiconv=gnu --disable-dtrace --disable-compile-warnings \ 
     8--prefix=/home/zaytsev/opt/glib 
     9}}} 
     10 
     11Glib is done with lots of makefile editing to remove `-Wl,...` and disable linking binaries / tests. Maybe newer versions than `glib-2.43.92.tar.xz` are not as bad, but at some point they started depending on a non-autotools build system... even more pain. 
     12 
    113Slang was "easy": 
    214