|
Lines 117-123
SAMBA_DEFAULT?= 4.12
Link Here
|
| 117 |
. if !defined(SSL_DEFAULT) && \ |
117 |
. if !defined(SSL_DEFAULT) && \ |
| 118 |
!exists(${DESTDIR}/${LOCALBASE}/lib/libcrypto.so) && \ |
118 |
!exists(${DESTDIR}/${LOCALBASE}/lib/libcrypto.so) && \ |
| 119 |
exists(${DESTDIR}/usr/include/openssl/opensslv.h) |
119 |
exists(${DESTDIR}/usr/include/openssl/opensslv.h) |
|
|
120 |
. if exists(/lib/libcrypto.so.8) |
| 121 |
SSL_DEFAULT= openssl |
| 122 |
. else |
| 120 |
SSL_DEFAULT= base |
123 |
SSL_DEFAULT= base |
|
|
124 |
. endif |
| 121 |
. else |
125 |
. else |
| 122 |
. if exists(${DESTDIR}/${LOCALBASE}/lib/libcrypto.so) |
126 |
. if exists(${DESTDIR}/${LOCALBASE}/lib/libcrypto.so) |
| 123 |
. if defined(PKG_BIN) |
127 |
. if defined(PKG_BIN) |