X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage5%2Fpkg%2Fagg;h=7ed2522750280fd987a14d800d8e53e57c9d1dbc;hb=c891c3ca47bb7b71dbf57261d2a81911d832bf7b;hp=1fb83b1a1e4effaafa7e8c38da4eb7d241133383;hpb=f3c8db3027d5dc530e1f30c88e0235975211582e;p=hvlinux.git diff --git a/stage5/pkg/agg b/stage5/pkg/agg index 1fb83b1..7ed2522 100644 --- a/stage5/pkg/agg +++ b/stage5/pkg/agg @@ -3,11 +3,10 @@ hvconfig_pre() { cd ${LFS_TMP}/${PACKAGE} - sh autogen.sh - - CONFIGURE_OPTS=" \ - ${CONFIGURE_OPTS} \ + sed -i 's: -L@x_libraries@::' src/platform/X11/Makefile.am + sed -i '/^AM_C_PROTOTYPES/d' configure.in + bash autogen.sh --prefix=/usr \ --disable-static \ --enable-ctrl \ - --enable-gpc" + --enable-gpc }