diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-02-19 02:34:50 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-02-19 02:34:50 +0000 |
commit | 5523f9f304401fc1504fc134db1974d2af1fec64 (patch) | |
tree | 68846d73a433c9e6c6aa114d385ec2426d32c55f | |
parent | edca10423fa3bf3e9d86baa9ee907d95ab3bc7b0 (diff) |
dev-lang/perl : disable fortify (fix build with tc)
-rw-r--r-- | conf/intel/portage/env/nofortify.conf | 5 | ||||
-rw-r--r-- | conf/intel/portage/package.env/00-dev.package.env | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/conf/intel/portage/env/nofortify.conf b/conf/intel/portage/env/nofortify.conf new file mode 100644 index 0000000..1137a60 --- /dev/null +++ b/conf/intel/portage/env/nofortify.conf @@ -0,0 +1,5 @@ +CFLAGS="-O2 -march=x86-64 -mtune=generic -pipe -fno-delete-null-pointer-checks -Wno-deprecated -Wno-deprecated-declarations -fno-plt -fstack-protector-strong -pie" +CXXFLAGS="-O2 -march=x86-64 -mtune=generic -pipe -fno-delete-null-pointer-checks -Wno-deprecated -Wno-deprecated-declarations -fno-plt -fstack-protector-strong -pie" +LDFLAGS="-Wl,--hash-style=gnu -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,now -Wl,-z,relro" +CHOST="x86_64-pc-linux-gnu" +MAKEOPTS="-j10" diff --git a/conf/intel/portage/package.env/00-dev.package.env b/conf/intel/portage/package.env/00-dev.package.env index a5bafc0..6b8301e 100644 --- a/conf/intel/portage/package.env/00-dev.package.env +++ b/conf/intel/portage/package.env/00-dev.package.env @@ -1 +1 @@ -dev-lang/perl ufortify.conf +dev-lang/perl nofortify.conf |