./packages/openofficeorg/3.1/experimental r1339: honour BUILD_PATH
------------------------------------------------------------
revno: 1339
committer: Rene Engelhard <rene@debian.org>
branch nick: experimental
timestamp: Mon 2008-12-08 17:21:55 +0100
message:
honour BUILD_PATH
modified:
rules
=== modified file 'rules'
--- a/rules 2008-12-08 16:08:45 +0000
+++ b/rules 2008-12-08 16:21:55 +0000
@@ -717,7 +717,7 @@
endif
ifeq "$(USE_SYSTEM_BOOST)" "y"
- ifeq "$(shell gcc --version | head -n 1 | cut -d" " -f4 | cut -d. -f1,2)" "4.4"
+ ifeq "$(shell PATH=$(BUILD_PATH) gcc --version | head -n 1 | cut -d" " -f4 | cut -d. -f1,2)" "4.4"
BUILD_DEPS += , libboost-dev (>= 1.34.1-15)
else
BUILD_DEPS += , libboost-dev
Reply to: