mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
nassl: remove ldflags customisation, no longer required
This commit is contained in:
parent
d3672bc04a
commit
d259fd27b1
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ src_prepare(){
|
|||
python_compile() {
|
||||
if [[ ${EPYTHON} == python2* ]]; then
|
||||
append-cflags -fno-strict-aliasing
|
||||
append-ldflags -Wl,-z,noexecstack
|
||||
# append-ldflags -Wl,-z,noexecstack
|
||||
fi
|
||||
distutils-r1_python_compile
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue