[PATCH 3/3] fix openssl include when using system libraries
Roman Hoog Antink <[email protected]> Sun, 19 May 2013 09:03:08 +0200
| Newsgroups | gmane.comp.security.zebedee.general |
|---|---|
| Message-ID | <[email protected]> |
This is a multi-part message in MIME format. --------------1.9.1 Content-Type: text/plain; charset=UTF-8; format=fixed Content-Transfer-Encoding: quoted-printable From: Andreas Jaggi <[email protected]> Signed-off-by: Roman Hoog Antink <[email protected]> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --------------1.9.1 Content-Type: text/x-patch; name="0003-fix-openssl-include-when-using-system-libraries.patch" Content-Disposition: attachment; filename="0003-fix-openssl-include-when-using-system-libraries.patch" Content-Transfer-Encoding: quoted-printable diff --git a/Makefile b/Makefile index 9c88866..231e9f2 100644 --- a/Makefile +++ b/Makefile @@ -44,7 +44,7 @@ OPTIM =3D -Wall -O3 =20 # Location of Blowfish include and library # You can use the versions from OpenSSL if you have it installed, as fol= lows: -# BFINC =3D /usr/include/openssl +# BFINC =3D -I/usr/include/openssl # BFLIB =3D -lcrypto =20 BFINC =3D -I../blowfish-0.9.5a --------------1.9.1 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ------------------------------------------------------------------------------ Is your legacy SCM system holding you back? Join Perforce May 7 to find out: • 3 signs your SCM is hindering your productivity • Requirements for releasing software faster • Expert tips and advice for migrating your SCM now http://p.sf.net/sfu/perforce --------------1.9.1 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Zebedee-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/zebedee-talk --------------1.9.1--