Skip to content

Commit

Permalink
Merge pull request #1851 from habitat-sh/gcc_base
Browse files Browse the repository at this point in the history
fix stdlib linking with gcc-base
  • Loading branch information
mwrock authored Oct 16, 2024
2 parents 4e2a509 + 734d97b commit 6dc888b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/builder-api/habitat/plan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pkg_origin=habitat
pkg_maintainer="The Habitat Maintainers <humans@habitat.sh>"
pkg_license=('Apache-2.0')
pkg_bin_dirs=(bin)
pkg_deps=(core/glibc core/openssl core/coreutils core/gcc-libs core/zeromq
pkg_deps=(core/glibc core/openssl core/coreutils core/gcc-base core/zeromq
core/libarchive core/curl core/postgresql15)
pkg_build_deps=(core/protobuf-cpp core/protobuf-rust core/coreutils core/cacerts
core/rust/"$(tail -n 1 "../../../rust-toolchain" | cut -d'"' -f 2)" core/gcc core/git core/pkg-config core/cmake)
Expand Down

0 comments on commit 6dc888b

Please sign in to comment.