Lines 34-40
Link Here
|
34 |
.if exists(/usr/lib/libssl.a) && exists(/usr/lib/libcrypto.a) |
34 |
.if exists(/usr/lib/libssl.a) && exists(/usr/lib/libcrypto.a) |
35 |
CONFIGURE_ARGS+=--with-ssl=/usr |
35 |
CONFIGURE_ARGS+=--with-ssl=/usr |
36 |
.endif |
36 |
.endif |
37 |
.else if exists(${LOCALBASE}/lib/libssl.a) && exists(${LOCALBASE}/lib/libcrypto.a) |
37 |
.elif exists(${LOCALBASE}/lib/libssl.a) && exists(${LOCALBASE}/lib/libcrypto.a) |
38 |
CONFIGURE_ARGS+=-with-includes=${LOCALBASE}/include/openssl --with-ssl=${LOCALBASE} |
38 |
CONFIGURE_ARGS+=-with-includes=${LOCALBASE}/include/openssl --with-ssl=${LOCALBASE} |
39 |
.endif |
39 |
.endif |