llvm3.9: remove redundant post_configure()

This commit is contained in:
Jürgen Buchmüller 2017-12-16 16:50:38 +01:00
parent 1587d87de5
commit febd3eae20

View file

@ -75,10 +75,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