View Single Post
Halftux's Avatar
Posts: 862 | Thanked: 2,511 times | Joined on Feb 2012 @ Germany
#29
You can add configure options for your openssl path to the debian/rules file.

Code:
$(DEB_BUILDDIR)/Makefile:
	cd $(DEB_BUILDDIR) && ./configure
configure options:

Code:
--with-openssl-inc=[path]    Path to OpenSSL include files
--with-openssl-lib=[path]    Path to OpenSSL library files
I hope this helps.