Skip to content

Commit

Permalink
cbuild: Fix packaging of SuSE leap
Browse files Browse the repository at this point in the history
[ Upstream commit c0c0bd3 ]

[ Upstream commit b4d0f86 ]

Build without curl-mini to satisfy SuSE leap dependency.

_  rdma-core git:(pyverbs) ./buildlib/cbuild pkg leap
error: Failed build dependencies:
        curl-mini is needed by rdma-core-22.0-0.x86_64

Signed-off-by: Leon Romanovsky <[email protected]>
Reviewed-by: Nicolas Morey-Chaisemartin <[email protected]>
Signed-off-by: Nicolas Morey-Chaisemartin <[email protected]>
  • Loading branch information
Leon Romanovsky authored and nmorey committed Sep 19, 2019
1 parent 356d324 commit d92ca78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buildlib/cbuild
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,7 @@ class leap(ZypperEnvironment):
'systemd-devel',
'valgrind-devel',
};
rpmbuild_options = [ "--without=curlmini" ];
name = "opensuse-15.0";
aliases = {"leap"};
python_cmd = "python3";
Expand Down

0 comments on commit d92ca78

Please sign in to comment.