File: libtirpc.patch

package info (click to toggle)
libace-perl 1.92-13
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,120 kB
  • sloc: perl: 7,763; ansic: 7,420; makefile: 81
file content (17 lines) | stat: -rw-r--r-- 547 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
From: Matthias Klose <doko@debian.org>
Last-Update: 2020-11-11
Description: Build using libtirpc.
Bug-Debian: https://bugs.debian.org/974198
Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=169601

--- a/acelib/Makefile
+++ b/acelib/Makefile
@@ -30,7 +30,7 @@ FREE_OBJS = freesubs.o freeout.o messubs
 ## CC, LIBS, NAME are defined in $(ACEDB_MACHINE)_DEF
 ##
 
-IDIR = -I. -I./wh
+IDIR = -I. -I./wh -I/usr/include/tirpc
 # Do not use -I/usr/include
 # it prevents gcc from picking up its own includes
 # (cc goes to /usr/include anyway)