Changeset 6145


Ignore:
Timestamp:
Jan 29, 2020 4:45:27 AM (4 years ago)
Author:
ming
Message:

Re #2210 (misc): Disable Darwin SSL if deprecated

Location:
pjproject/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/aconfigure

    r6120 r6145  
    80468046                case $target in 
    80478047                *darwin*) 
     8048                    SAVED_CFLAGS="$CFLAGS" 
     8049                    CFLAGS="-Werror" 
    80488050                    SAVED_LIBS="$LIBS" 
    80498051                    LIBS="-framework Security" 
     
    80668068fi 
    80678069rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
     8070                    CFLAGS="$SAVED_CFLAGS" 
    80688071                    LIBS="$SAVED_LIBS" 
    80698072                    if test "x$ac_ssl_backend" = "xdarwin"; then 
     
    90249027                                ;; 
    90259028                            x86*) 
    9026                                 ac_webrtc_instset=sse2 
     9029                                ac_webrtc_instset=sse2 
    90279030                                ;; 
    90289031                            *) 
  • pjproject/trunk/aconfigure.ac

    r6120 r6145  
    16421642                case $target in 
    16431643                *darwin*) 
     1644                    SAVED_CFLAGS="$CFLAGS" 
     1645                    CFLAGS="-Werror" 
    16441646                    SAVED_LIBS="$LIBS" 
    16451647                    LIBS="-framework Security" 
     
    16501652                         }])], 
    16511653                        [ac_ssl_backend=darwin],) 
     1654                    CFLAGS="$SAVED_CFLAGS" 
    16521655                    LIBS="$SAVED_LIBS" 
    16531656                    if test "x$ac_ssl_backend" = "xdarwin"; then 
Note: See TracChangeset for help on using the changeset viewer.