| 1 | {{{ |
| 2 | MAKE=gmake AR=gar \ |
| 3 | CFLAGS=-D_XPG6 \ |
| 4 | LIBFFI_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 | |
| 11 | Glib 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 | |