mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-15 11:33:49 +02:00
llvm3.9: remove redundant post_configure()
This commit is contained in:
parent
1587d87de5
commit
febd3eae20
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue