]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Update builder-support/specs/pdns-recursor.spec 15628/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Thu, 5 Jun 2025 10:32:50 +0000 (12:32 +0200)
committerGitHub <noreply@github.com>
Thu, 5 Jun 2025 10:32:50 +0000 (12:32 +0200)
Co-authored-by: Remi Gacogne <github@coredump.fr>
Signed-off-by: Otto Moerbeek <otto.moerbeek@open-xchange.com>
builder-support/specs/pdns-recursor.spec

index b97c11efec822c5307da73bdfb96d8431e45a3df..5411a514741ace931aca06622f47b515a942e365 100644 (file)
@@ -82,7 +82,7 @@ export LDFLAGS="-fuse-ld=lld -Wl,--build-id=sha1"
 %define stack_clash_protection -fstack-clash-protection
 %endif
 export CFLAGS="-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -m64 -mtune=generic -fasynchronous-unwind-tables %{stack_clash_protection} %{cf_protection} -gdwarf-4"
-# Adding -Wno-deprecated-declarations -Wno-deprecated-builtins as boost genertates tonnes of warnings
+# Adding -Wno-deprecated-declarations -Wno-deprecated-builtins as boost generates tonnes of warnings
 export CXXFLAGS="-O2 -g -pipe -Wall -Wno-deprecated-declarations -Wno-deprecated-builtins -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -m64 -mtune=generic -fasynchronous-unwind-tables %{stack_clash_protection} %{cf_protection} -gdwarf-4"
 %endif