summaryrefslogtreecommitdiff
path: root/makeopts.in
diff options
context:
space:
mode:
authorDavid M. Lee <dlee@digium.com>2013-01-18 21:35:09 +0000
committerDavid M. Lee <dlee@digium.com>2013-01-18 21:35:09 +0000
commit7bd50bc0c4e27adbbc619a74bd22fb6bf7333321 (patch)
tree70eade721ba432c963a443c367f211b9bb8826a4 /makeopts.in
parent0fd34b8c0a01827880555239354cca8746782c83 (diff)
Specify the -rpath linker flag when prefix != /usr.
This allows Asterisk to start without having to specify the LD_LIBRARY_PATH. This can be disabled by passing --disable-rpath to configure. (closes issue ASTERISK-20407) Reported by: David M. Lee Review: https://reviewboard.asterisk.org/r/2132/ ........ Merged revisions 379475 from http://svn.asterisk.org/svn/asterisk/branches/11 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@379477 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'makeopts.in')
-rw-r--r--makeopts.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/makeopts.in b/makeopts.in
index c10507fcb..c0b043474 100644
--- a/makeopts.in
+++ b/makeopts.in
@@ -108,6 +108,7 @@ AST_TRAMPOLINES=@AST_TRAMPOLINES@
AST_NO_STRICT_OVERFLOW=@AST_NO_STRICT_OVERFLOW@
AST_SHADOW_WARNINGS=@AST_SHADOW_WARNINGS@
AST_NESTED_FUNCTIONS=@AST_NESTED_FUNCTIONS@
+AST_RPATH=@AST_RPATH@
AST_FORTIFY_SOURCE=@AST_FORTIFY_SOURCE@
AST_MARCH_NATIVE=@AST_MARCH_NATIVE@