diff --git a/srcpkgs/llvm/template b/srcpkgs/llvm/template index 90b8d5387f..0ec04b7494 100644 --- a/srcpkgs/llvm/template +++ b/srcpkgs/llvm/template @@ -130,10 +130,6 @@ pre_configure() { configure_args+=" -DLLVM_TARGET_ARCH=${_arch}" configure_args+=" -DLLVM_DEFAULT_TARGET_TRIPLE=${XBPS_CROSS_TRIPLET:-$XBPS_TRIPLET}" } -post_configure() { - # Don't leak CFLAGS into llvm-config. - sed -i -e "s|\(-specs=.*hardened-ld\)||g" -e "s|\(-specs=.*hardened-cc1\)||g" tools/llvm-config/BuildVariables.inc -} do_install() { vlicense LICENSE.TXT