diff --git a/files/0001-fix-param-CFLAG.patch b/files/0001-fix-param-CFLAG.patch new file mode 100644 --- /dev/null +++ b/files/0001-fix-param-CFLAG.patch @@ -0,0 +1,15 @@ +diff --git a/pisi/configfile.py b/pisi/configfile.py +index 9f12a00..d27cfaf 100644 +--- a/pisi/configfile.py ++++ b/pisi/configfile.py +@@ -85,8 +85,8 @@ class BuildDefaults: + jobs = "auto" + generateDebug = False + enableSandbox = False # Dropping sandbox support soon +- cflags = "-mtune=generic -march=x86-64 -g2 -O2 -pipe -fPIC -Wformat -Wformat-security -D_FORTIFY_SOURCE=2 -fstack-protector-strong --param ssp-buffer-size=32 -fasynchronous-unwind-tables -ftree-vectorize -feliminate-unused-debug-types -Wall -Wno-error -Wp,-D_REENTRANT" +- cxxflags = "-mtune=generic -march=x86-64 -g2 -O2 -pipe -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong --param ssp-buffer-size=32 -fasynchronous-unwind-tables -ftree-vectorize -feliminate-unused-debug-types -Wall -Wno-error -Wp,-D_REENTRANT" ++ cflags = "-mtune=generic -march=x86-64 -g2 -O2 -pipe -fPIC -Wformat -Wformat-security -D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=32 -fasynchronous-unwind-tables -ftree-vectorize -feliminate-unused-debug-types -Wall -Wno-error -Wp,-D_REENTRANT" ++ cxxflags = "-mtune=generic -march=x86-64 -g2 -O2 -pipe -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=32 -fasynchronous-unwind-tables -ftree-vectorize -feliminate-unused-debug-types -Wall -Wno-error -Wp,-D_REENTRANT" + ldflags = "-Wl,--copy-dt-needed-entries -Wl,-O1 -Wl,-z,relro -Wl,-z,now -Wl,-z,max-page-size=0x1000 -Wl,-Bsymbolic-functions -Wl,--sort-common" + buildhelper = "ccache" + compressionlevel = 1 diff --git a/pspec.xml b/pspec.xml --- a/pspec.xml +++ b/pspec.xml @@ -3,7 +3,7 @@ pisi - https://www.solus-project.com/ + https://getsol.us/ Ikey Doherty ikey@solus-project.com @@ -31,7 +31,6 @@ 0004-Raise-undetected-jobCount-to-4.patch 0001-Remove-interaction-with-COMAR-component.patch 0001-archive-Take-care-to-remove-old-pip-installs-when-in.patch - 0001-installdb-Flag-any-package-that-is-automatically-ins.patch 0002-operations-Implement-plan_autoremove-and-plan_autore.patch 0003-Implement-the-new-autoremove-command.patch @@ -45,6 +44,7 @@ 0001-Remove-source-fallback-for-3rd-party-builds.patch 0002-Sort-common-symbols-by-alignment-in-builds.patch 0003-Change-fallback-to-getsol.us-in-case-it-is-ever-used.patch + 0001-fix-param-CFLAG.patch @@ -86,6 +86,14 @@ + + 05-02-2020 + 3.6 + Add parameter patch + Thomas Staudinger + Staudi.Kaos@gmail.com + + 01-09-2019 3.6 @@ -838,4 +846,4 @@ ikey@solusos.com - \ No newline at end of file +