Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make 4.2.1 patch from LFS that the Habitat core plan was carrying #1071

Merged
merged 1 commit into from
Aug 9, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions config/software/make.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@
build do
env = with_standard_compiler_flags(with_embedded_path)

# Work around an error caused by Glibc 2.27
#
# Thanks to: http://www.linuxfromscratch.org/lfs/view/8.2/chapter05/make.html
command "sed -i '211,217 d; 219,229 d; 232 d' glob/glob.c", env: env

command "./configure" \
" --disable-nls" \
" --prefix=#{install_dir}/embedded", env: env
Expand Down