mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-20 20:44:20 +00:00
19 lines
720 B
Diff
19 lines
720 B
Diff
![]() |
--- 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
|