nassl: remove ldflags customisation, no longer required

This commit is contained in:
blshkv 2018-07-30 23:13:34 +08:00
parent d3672bc04a
commit d259fd27b1
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F

View file

@ -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
}