File: Makefile-remove-install-libldns-pc.patch

package info (click to toggle)
ldns 1.7.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 6,452 kB
  • sloc: ansic: 44,030; python: 7,675; sh: 3,865; perl: 2,187; makefile: 1,199; xml: 518
file content (19 lines) | stat: -rw-r--r-- 700 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Description: Starting with 1.7.1, the packaging/libldns.pc fails when
 building in debian, since it doesn't find packaging/libldns.pc.in in the
 build output dir.
Author: Santiago Ruano Rincón <santiagorr@riseup.net>

Index: ldns/Makefile.in
===================================================================
--- ldns.orig/Makefile.in
+++ ldns/Makefile.in
@@ -370,9 +370,6 @@ uninstall-h:
 	test ! -d $(DESTDIR)$(includedir)/ldns || rmdir -p $(DESTDIR)$(includedir)/ldns || echo "ok, dir already gone"
 	exit 0
 
-packaging/libldns.pc: packaging/libldns.pc.in
-	./config.status $@
-
 install-pc: packaging/libldns.pc
 	$(INSTALL) -m 644 packaging/libldns.pc $(DESTDIR)$(libdir)/pkgconfig/ldns.pc