temporarily force stlink location in debian/rules to allow complete build
authorBdale Garbee <bdale@gag.com>
Sat, 14 Dec 2013 01:37:29 +0000 (18:37 -0700)
committerBdale Garbee <bdale@gag.com>
Sat, 14 Dec 2013 01:37:29 +0000 (18:37 -0700)
debian/rules

index 122a0fed2349bfcc7cbe9895e8fe9b095c730888..2b79846498e90c7cec7d528946814fd801c3786d 100755 (executable)
@@ -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