]> sigrok.org Git - sigrok-util.git/commitdiff
sigrok-cross-linux: Pass PKG_CONFIG_PATH to libsigrokdecode.
authorUwe Hermann <redacted>
Thu, 31 Jul 2014 09:37:43 +0000 (11:37 +0200)
committerUwe Hermann <redacted>
Thu, 31 Jul 2014 09:37:43 +0000 (11:37 +0200)
This allows it to find a previously installed libsigrok (for runtc).

cross-compile/linux/sigrok-cross-linux

index d667e153f50bc0997e57fc08e73cee07b57a9bf6..175f30166beb92cdf76817e8129a9dd56e5dc2ea 100755 (executable)
@@ -74,7 +74,7 @@ cd ..
 $GIT_CLONE git://sigrok.org/libsigrokdecode
 cd libsigrokdecode
 ./autogen.sh
-./configure $C
+PKG_CONFIG_PATH=$P ./configure $C
 make $PARALLEL
 make install
 cd ..