]> git.openfabrics.org - ~aditr/ofed_scripts.git/commitdiff
Add dist_req_build for opensm-libs package - this should be same as for
authorSasha Khapyorsky <sashak@voltaire.com>
Mon, 18 Feb 2008 15:52:53 +0000 (17:52 +0200)
committerVladimir Sokolovsky <vlad@mellanox.co.il>
Mon, 18 Feb 2008 15:52:53 +0000 (17:52 +0200)
opensm, because its build is similar.

Without this ofed_1_3 build where only opensm-libs was selected
(sometimes implicitly) fails in build time on machine where bison is
not installed.

Signed-off-by: Sasha Khapyorsky <sashak@voltaire.com>
install.pl

index e9ea645d0157df24b546df5610dd16a14eea8d25..eed0dc5bf1cd1730b9fcf45c17b3004530976831 100755 (executable)
@@ -683,7 +683,7 @@ my %packages_info = (
         'opensm-libs' =>
             { name => "opensm-libs", parent => "opensm",
             selected => 0, installed => 0, rpm_exist => 0, rpm_exist32 => 0,
-            available => 1, mode => "user", dist_req_build => [],
+            available => 1, mode => "user", dist_req_build => ["bison", "flex"],
             dist_req_inst => [], ofa_req_build => ["libibumad-devel"],
             ofa_req_inst => ["libibumad"],
             install32 => 1, exception => 0 },