git.schokokeks.org
Repositories
Help
Report an Issue
keks-overlay.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
5262a88
Branches
Tags
master
keks-overlay.git
net-ftp
proftpd
files
proftpd-1.3.6-use-trace.patch
add patch for HUP crash, see also https://bugs.gentoo.org/678490
Hanno
commited
5262a88
at 2019-02-21 11:53:27
proftpd-1.3.6-use-trace.patch
Blame
History
Raw
Make --disable-trace a build-time failure instead of link-time one. Reported-by: Toralf Förster Bug: https://bugs.gentoo.org/624570 diff --git a/include/trace.h b/include/trace.h index f05dd0e..398e939 100644 --- a/include/trace.h +++ b/include/trace.h @@ -29,2 +29,4 @@ +#ifdef PR_USE_TRACE + #define PR_TRACE_DEFAULT_CHANNEL "DEFAULT" @@ -64,2 +66,4 @@ int pr_trace_vmsg(const char *, int, const char *, va_list); +#endif /* PR_USE_TRACE */ + #endif /* PR_TRACE_H */