aboutsummaryrefslogtreecommitdiffstats
path: root/makeopts.in
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-27 21:48:01 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-27 21:48:01 +0000
commitc3414d6078b5a1a78ad5e365721c7c8e92436aea (patch)
tree19c66ba038f1893d8d10044cd5ee80620f7260eb /makeopts.in
parent8d393950665c407a3c57428475288276783c88d3 (diff)
Add ability to set high ToS bits as non-root on Linux using libcap (issue #7047 reported by maddison)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43830 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'makeopts.in')
-rw-r--r--makeopts.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/makeopts.in b/makeopts.in
index 441888324..bf9d65aa9 100644
--- a/makeopts.in
+++ b/makeopts.in
@@ -160,3 +160,6 @@ MISDN_LIB=@MISDN_LIB@
SUPPSERV_INCLUDE=@SUPPSERV_INCLUDE@
SUPPSERV_LIB=@SUPPSERV_LIB@
+
+CAP_LIB=@CAP_LIB@
+CAP_INCLUDE=@CAP_INCLUDE@