mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-01 03:04:19 +00:00
Merge "pjproject_bundled: Find shared libraries in root --with-ssl=PATH."
This commit is contained in:
18
third-party/pjproject/patches/0000-configure-ssl-library-path.patch
vendored
Normal file
18
third-party/pjproject/patches/0000-configure-ssl-library-path.patch
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
--- a/aconfigure.ac (PJSIP 2.7.2)
|
||||
+++ b/aconfigure.ac (working copy)
|
||||
@@ -1571 +1571,5 @@
|
||||
- LDFLAGS="$LDFLAGS -L$with_ssl/lib"
|
||||
+ if test -d $with_ssl/lib; then
|
||||
+ LDFLAGS="$LDFLAGS -L$with_ssl/lib"
|
||||
+ else
|
||||
+ LDFLAGS="$LDFLAGS -L$with_ssl"
|
||||
+ fi
|
||||
--- a/aconfigure (PJSIP 2.7.2)
|
||||
+++ b/aconfigure (working copy)
|
||||
@@ -7884 +7884,5 @@
|
||||
- LDFLAGS="$LDFLAGS -L$with_ssl/lib"
|
||||
+ if test -d $with_ssl/lib; then
|
||||
+ LDFLAGS="$LDFLAGS -L$with_ssl/lib"
|
||||
+ else
|
||||
+ LDFLAGS="$LDFLAGS -L$with_ssl"
|
||||
+ fi
|
||||
Reference in New Issue
Block a user