Skip to content

Commit

Permalink
chore: build environment: add libtool
Browse files Browse the repository at this point in the history
  • Loading branch information
M0Rf30 committed May 5, 2024
1 parent 5a94759 commit c4a7185
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/dpkg/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ package dpkg
var buildEnvironmentDeps = []string{
"autoconf",
"build-essential",
"libltdl7",
"libtool",
"reprepro",
"tzdata",
"ca-certificates",
Expand Down
3 changes: 3 additions & 0 deletions pkg/rpm/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,14 @@ const (
)

var buildEnvironmentDeps = []string{
"autoconf",
"automake",
"createrepo",
"expect",
"gcc",
"gcc-c++",
"libtool-ltdl",
"libtool-ltdl-devel",
"make",
"openssl",
"rpm-sign",
Expand Down

0 comments on commit c4a7185

Please sign in to comment.