Bugzilla – Attachment 3621 Details for
Bug 3497
setresuid/setresgid configure check may need _GNU_SOURCE
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Add -D_GNU_SOURCE
openssh-setresid-gnu-source.patch (text/plain), 360 bytes, created by
Darren Tucker
on 2022-11-06 18:51:11 AEDT
(
hide
)
Description:
Add -D_GNU_SOURCE
Filename:
MIME Type:
Creator:
Darren Tucker
Created:
2022-11-06 18:51:11 AEDT
Size:
360 bytes
patch
obsolete
>diff --git a/configure.ac b/configure.ac >index 4bf758ac..3ae722de 100644 >--- a/configure.ac >+++ b/configure.ac >@@ -1763,6 +1763,7 @@ AC_ARG_WITH([audit], > AC_CHECK_HEADERS([libaudit.h]) > SSHDLIBS="$SSHDLIBS -laudit" > AC_DEFINE([USE_LINUX_AUDIT], [1], [Use Linux audit module]) >+ CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE" > ;; > debug) > AUDIT_MODULE=debug
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 3497
:
3620
|
3621
|
3622
|
3623
|
3624