summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBdale Garbee <bdale@gag.com>2013-12-13 18:37:29 -0700
committerBdale Garbee <bdale@gag.com>2013-12-13 18:37:29 -0700
commitc94ca50fd9f24f271c160f6e0e95cb7340289354 (patch)
tree68ec2fa86e133200e7d73472ee7ec1027d16c876
parent6545a72012e94a50d185e1c4ecff3c3769d60acd (diff)
temporarily force stlink location in debian/rules to allow complete build
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 122a0fed..2b798464 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,7 +18,7 @@ prebuild:
configure: configure-stamp
configure-stamp:
dh_testdir
- ./autogen.sh --prefix=/usr
+ PKG_CONFIG_PATH=/opt/stlink/lib/pkgconfig ./autogen.sh --prefix=/usr
touch configure-stamp
build: build-arch build-indep