summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorBdale Garbee <bdale@gag.com>2013-04-29 17:06:57 -0600
committerBdale Garbee <bdale@gag.com>2013-04-29 17:06:57 -0600
commitf2a8ac537d254cc08c0be9c16bf2d5cc03fd04fc (patch)
tree9cd548a47e3d3091bd5e45fd0e06a2bbc257ed51 /autogen.sh
parentcef4e3ee95037050ae859fb2fdc0a57373764bd8 (diff)
point to pkgconfig content in /opt/cortex so stlink stuff works
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh3
1 files changed, 2 insertions, 1 deletions
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 "$@"