diff options
| author | Bdale Garbee <bdale@gag.com> | 2013-12-13 18:37:29 -0700 | 
|---|---|---|
| committer | Bdale Garbee <bdale@gag.com> | 2013-12-13 18:37:29 -0700 | 
| commit | c94ca50fd9f24f271c160f6e0e95cb7340289354 (patch) | |
| tree | 68ec2fa86e133200e7d73472ee7ec1027d16c876 | |
| parent | 6545a72012e94a50d185e1c4ecff3c3769d60acd (diff) | |
temporarily force stlink location in debian/rules to allow complete build
| -rwxr-xr-x | debian/rules | 2 | 
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 | 
