Skip to content

Commit

Permalink
Merge pull request #787 from bottlerocket-os/glibc-fix
Browse files Browse the repository at this point in the history
glibc: fix broken x86_64 conditional
  • Loading branch information
tjkirch authored Feb 27, 2020
2 parents 9c209f3 + 1b81e7f commit 0d42d46
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/glibc/glibc.spec
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,7 @@ CFLAGS="${BUILDFLAGS}" CPPFLAGS="" CXXFLAGS="${BUILDFLAGS}" \
--enable-kernel="4.19" \
--enable-shared \
--enable-stack-protector=strong \
%if "_cross_arch" == "x86_64"
--enable-cet \
--enable-lock-elision \
--enable-static-pie \
%endif
--disable-crypt \
--disable-multi-arch \
--disable-profile \
Expand Down

0 comments on commit 0d42d46

Please sign in to comment.