X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=autogen.sh;h=c838c5b38c48421564bd1f3cafe08d09897caae8;hp=4e8b11ba9abd526410e44eb3a6264969e5657f5a;hb=57b4d82dee10b142b820aa306028a288a85214f6;hpb=9025eb792861930e6af918d2727c4f5d97a69936 diff --git a/autogen.sh b/autogen.sh index 4e8b11ba..c838c5b3 100755 --- a/autogen.sh +++ b/autogen.sh @@ -9,4 +9,5 @@ cd $srcdir autoreconf --force -v --install || exit 1 cd $ORIGDIR || exit $? -$srcdir/configure --enable-maintainer-mode "$@" +PKG_CONFIG_PATH=/opt/cortex/lib/pkgconfig \ + $srcdir/configure --enable-maintainer-mode "$@"