5.30. Pkg-config-0.26

5.30.1. Installation von Pkg-config

Beim config Test kann es ein kleines Problem geben. Dieses beheben wir hiermit:

sed -i -e '/!done/a longArg = NULL;' popt/popt.c

Bereite das Paket zum kompilieren vor:

GLIB_LIBS="-L/usr/lib -lglib-2.0" \
  GLIB_CFLAGS="-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include" \
    ./configure --prefix=/tools

Ich weiß das ist nicht ok muss aber sein.

sed -i 's#^LDFLAGS = #LDFLAGS = -lpcre -L/usr/lib#' Makefile

Das Paket kompilieren:

make

Installiere das Paket:

make install