summaryrefslogtreecommitdiff
path: root/makeopts.in
diff options
context:
space:
mode:
authorGeorge Joseph <gjoseph@digium.com>2016-11-21 08:40:59 -0700
committerGeorge Joseph <gjoseph@digium.com>2016-11-21 08:44:18 -0700
commit425da14927f10205911f5db6d6b193b22203c224 (patch)
treea692151499f3b19771fee97a8f6a67cac1ac2668 /makeopts.in
parentb83c9ff2ad68f0cbad268dd229a6c969ae2b641f (diff)
build: Backport addition of librt check to configure.ac
A while back, a master-only change was made to check for librt which should probably have been cherry-picked to 13 at that time. Sometime between then and now, part of that change did make it into 13 but it was incomplete and non-functional. This patch backports the rest of the librt check and allows the link of libasteriskpj to use the results. Change-Id: I1424008fd8c90f389dda53162ec4a340b253a3c1
Diffstat (limited to 'makeopts.in')
-rw-r--r--makeopts.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/makeopts.in b/makeopts.in
index e5ab0be96..3f92562f4 100644
--- a/makeopts.in
+++ b/makeopts.in
@@ -258,6 +258,8 @@ PYTHONDEV_LIB=@PYTHONDEV_LIB@
RESAMPLE_INCLUDE=@RESAMPLE_INCLUDE@
RESAMPLE_LIB=@RESAMPLE_LIB@
+RT_LIB=@RT_LIB@
+
SS7_INCLUDE=@SS7_INCLUDE@
SS7_LIB=@SS7_LIB@