Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
packaging: added libcurl as a dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
  • Loading branch information
mssola committed Jun 30, 2016
1 parent b65b981 commit 050d095
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packaging/suse/make_spec.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ additional_native_build_requirements() {
if [ $1 == "mysql2" ];then
echo "BuildRequires: libmysqlclient-devel\nRecommends: mariadb\n"
fi
if [ $1 == "ethon" ];then
echo "BuildRequires: libcurl-devel\nRequires: libcurl4\n"
fi
}

mkdir -p build/Portus-$branch
Expand Down

0 comments on commit 050d095

Please sign in to comment.