Skip to content

Commit

Permalink
Merge pull request #1071 from mattray/make_4_2_1
Browse files Browse the repository at this point in the history
make 4.2.1 patch from LFS that the Habitat core plan was carrying
  • Loading branch information
tas50 authored Aug 9, 2019
2 parents ed46161 + e23c93f commit 5fa3595
Showing 1 changed file with 5 additions and 0 deletions.
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

0 comments on commit 5fa3595

Please sign in to comment.