Mageia Bugzilla – Attachment 4029 Details for
Bug 10228
provide updated isdn4k-utils for Mageia3
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
patch that searches for the symbol in the correct library (libcrypto vs libssl)
isdn4k-utils-ipppd_openssl.patch (text/plain), 1005 bytes, created by
Christian Lohmaier
on 2013-05-22 20:30:48 CEST
(
hide
)
Description:
patch that searches for the symbol in the correct library (libcrypto vs libssl)
Filename:
MIME Type:
Creator:
Christian Lohmaier
Created:
2013-05-22 20:30:48 CEST
Size:
1005 bytes
patch
obsolete
>--- ipppd/configure.in 2012-06-30 16:06:29.000000000 +0200 >+++ ipppd/configure.in_modified 2013-05-22 15:11:07.230093219 +0200 >@@ -22,7 +22,7 @@ > dnl Replace `main' with a function in -lcrypt: > AC_CHECK_LIB(crypt, main,HAVE_LIBCRYPT=1; AC_DEFINE(HAVE_LIBCRYPT, [], [libcrypt available])) > AC_CHECK_LIB(des, des_ecb_encrypt, HAVE_LIBDES=1; AC_DEFINE(HAVE_LIBDES, [], [libdes available])) >-AC_CHECK_LIB(ssl, DES_ecb_encrypt, HAVE_LIBSSL=1; AC_DEFINE(HAVE_LIBSSL, [], [libssl available])) >+AC_CHECK_LIB(crypto, DES_ecb_encrypt, HAVE_LIBSSL=1; AC_DEFINE(HAVE_LIBSSL, [], [libssl (libcrypto) available])) > > dnl Checks for header files. > AC_HEADER_STDC >--- ipppd/Makefile.in 2013-05-22 15:10:19.980092012 +0200 >+++ ipppd/Makefile.in_modified 2013-05-22 15:10:09.741091751 +0200 >@@ -95,7 +95,7 @@ > PPPDOBJS += md4.o chap_ms.o > HEADERS += md4.h chap_ms.h > COPTS += -DUSE_MSCHAP -DUSE_SSLDES >- LIBS += -lssl >+ LIBS += -lcrypto > else > ifeq ($(HAVE_LIBDES),1) > PPPDSRCS += md4.c chap_ms.c
--- ipppd/configure.in 2012-06-30 16:06:29.000000000 +0200 +++ ipppd/configure.in_modified 2013-05-22 15:11:07.230093219 +0200 @@ -22,7 +22,7 @@ dnl Replace `main' with a function in -lcrypt: AC_CHECK_LIB(crypt, main,HAVE_LIBCRYPT=1; AC_DEFINE(HAVE_LIBCRYPT, [], [libcrypt available])) AC_CHECK_LIB(des, des_ecb_encrypt, HAVE_LIBDES=1; AC_DEFINE(HAVE_LIBDES, [], [libdes available])) -AC_CHECK_LIB(ssl, DES_ecb_encrypt, HAVE_LIBSSL=1; AC_DEFINE(HAVE_LIBSSL, [], [libssl available])) +AC_CHECK_LIB(crypto, DES_ecb_encrypt, HAVE_LIBSSL=1; AC_DEFINE(HAVE_LIBSSL, [], [libssl (libcrypto) available])) dnl Checks for header files. AC_HEADER_STDC --- ipppd/Makefile.in 2013-05-22 15:10:19.980092012 +0200 +++ ipppd/Makefile.in_modified 2013-05-22 15:10:09.741091751 +0200 @@ -95,7 +95,7 @@ PPPDOBJS += md4.o chap_ms.o HEADERS += md4.h chap_ms.h COPTS += -DUSE_MSCHAP -DUSE_SSLDES - LIBS += -lssl + LIBS += -lcrypto else ifeq ($(HAVE_LIBDES),1) PPPDSRCS += md4.c chap_ms.c
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 10228
:
4027
|
4028
| 4029 |
4030
|
4031
|
4032
|
4033
|
4045
|
4046