Explorar el Código

make stunnel see OpenSSL libs

Ivan Kuten hace 17 años
padre
commit
4dc67bf2d2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      package/stunnel/stunnel.mk

+ 1 - 1
package/stunnel/stunnel.mk

@@ -44,7 +44,7 @@ $(STUNNEL_DIR)/.configured: $(STUNNEL_DIR)/.unpacked
 		--infodir=/usr/info \
 		--with-random=/dev/urandom \
 		--disable-libwrap \
-		--with-ssl=$(STAGING_DIR) \
+		--with-ssl=$(STAGING_DIR)/usr/ \
 		$(DISABLE_NLS) \
 		$(DISABLE_LARGEFILE) \
 	)