diff options
Diffstat (limited to 'libraries/ptlib/ptlib.SlackBuild')
-rw-r--r-- | libraries/ptlib/ptlib.SlackBuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/libraries/ptlib/ptlib.SlackBuild b/libraries/ptlib/ptlib.SlackBuild index c5ff9be601..6af28cd288 100644 --- a/libraries/ptlib/ptlib.SlackBuild +++ b/libraries/ptlib/ptlib.SlackBuild @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=ptlib -VERSION=${VERSION:-2.10.10} +VERSION=${VERSION:-2.10.11} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -65,12 +65,15 @@ find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ -o -perm 511 \) -exec chmod 755 {} \; -o \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; # Fix building with bison-3.0.4 # thanks to Dan Fandrich / OpalVOIP https://sourceforge.net/p/opalvoip/patches/259/ patch -p1 < $CWD/ptlib-2.10.10-mga-bison-parameter.patch +# Disable SSLv3 +patch -p1 < $CWD/ssl3.patch + # The "LIBS" variable is set to fix OpenLDAP support # # The --disable-avc is here to avoid build problems when both libdv and |