File: disable_dahdi

package info (click to toggle)
libpri 1.6.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 2,732 kB
  • sloc: ansic: 39,053; makefile: 159; sh: 66
file content (21 lines) | stat: -rw-r--r-- 692 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Description: disable utils that require dahdi
Author: Tzafrir Cohen <tzafrir@debian.org>

pridump and pritest are utilities that we currently don't install. They
require dahdi for building. They are not being installed. Let's not waste
time on them.

If you need them installed, remove this patch and and install dahdi-source
(dahdi/user.h) and libtonezone-dev (dahdi/tonezone.h).

--- a/Makefile
+++ b/Makefile
@@ -98,7 +98,7 @@ LDCONFIG_FLAGS = \# # Trick to comment o
 #INSTALL_PREFIX = /opt/asterisk  # Uncomment out to install in standard Solaris location for 3rd party code
 endif
 
-UTILITIES= pridump pritest rosetest testprilib
+UTILITIES= rosetest testprilib
 
 export PRIVERSION