1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-14 10:13:05 +02:00
pgbackrest/test/patch/debian-package.patch
David Steele b8fc20d5b8
Add experimental Meson build.
Meson is a new build system that offers simpler syntax and superior performance to autoconf/make. In addition, Windows is supported natively.

The Meson build appears complete, but currently is used only for auto-generation of code and the host build of pgbackrest. Some container upgrades will be required before Meson can be used for container builds.

Also patch the Debian package to force autoconf/make rather than Meson.
2022-06-03 14:13:56 -04:00

12 lines
325 B
Diff

--- rules
+++ rules
@@ -14,7 +14,7 @@
override_dh_auto_configure:
# src contains a seperate configure script.
cd $(CURDIR)/src && ./configure --prefix=/usr --bindir=/usr/bin
- dh_auto_configure
+ dh_auto_configure --buildsystem=makefile
override_dh_auto_build:
# Replace user name in doc cache with the current user