mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-03-05 15:05:48 +02:00
Remove Debian package patch merged to upstream.
This commit is contained in:
parent
3a5fd7b28a
commit
6cba50c3f2
@ -1,16 +0,0 @@
|
||||
--- rules
|
||||
+++ rules
|
||||
@@ -23,10 +23,9 @@
|
||||
-t pgbackrest \
|
||||
-s 1 \
|
||||
${MANTEMPLATE} > ${CURDIR}/doc/output/man/pgbackrest.1
|
||||
- # The Makefile doesn't accepts *FLAGS as environment variables.
|
||||
- # However, it offers a method to pass extra arguments via *EXTRA
|
||||
- # variable.
|
||||
- make -C $(CURDIR)/src/ CEXTRA="$(CFLAGS)" LDEXTRA="$(LDFLAGS)"
|
||||
+
|
||||
+ cd $(CURDIR)/src && ./configure
|
||||
+ make -C $(CURDIR)/src
|
||||
dh_auto_build
|
||||
|
||||
override_dh_auto_clean:
|
Loading…
x
Reference in New Issue
Block a user