Debian Patches

Status for loggedfs/0.9+ds-4

Patch Description Author Forwarded Bugs Origin Last update
build-fixes.patch commit 67fc01b0f5591e67498799c6eb953fe4fe20e9b7

Build system improvements (#20)

* Clean up whitespace in Makefile

Signed-off-by: Stephen Kitt <steve@sk2.org>

* Use $(easyloggingdir) as the include directory

Signed-off-by: Stephen Kitt <steve@sk2.org>

* Install to $(DESTDIR)

Common practice for installation targets is to install to $(DESTDIR),
if it's defined. This is used by most packaging systems to install for
packaging purposes (instead of the final destination directories).

Signed-off-by: Stephen Kitt <steve@sk2.org>

* Use CXX instead of CC

Since the build uses C++, use $(CXX) and $(CXXFLAGS) instead of $(CC)
and $(CFLAGS); the latter are used for the C compiler.

Signed-off-by: Stephen Kitt <steve@sk2.org>

* Allow the build flags to be overridden

Packaging systems use CXX, CXXFLAGS, LDFLAGS etc. to define standard
flags used for package builds. This patch changes the build to
preserve the values of those externally-defined flags, augmenting them
if necessary.

Signed-off-by: Stephen Kitt <steve@sk2.org>

diff --git a/Makefile b/Makefile
index 23d91f0..a89d044 100644
Stephen Kitt <steve@sk2.org> no 2021-01-08
pcre2.patch commit ab79dfaab8b144e2f0ca2f7fa260f56859bf34c0

Port to pcre2

pcre is unmaintained; this updates the filtering to use pcre2 instead.

Signed-off-by: Stephen Kitt <steve@sk2.org>
Stephen Kitt <steve@sk2.org> no 2022-09-24

All known versions for source package 'loggedfs'

Links