Re: --with-openssl=<path> failed

From: Andreas Schulze <sca_at_andreasschulze.de>
Date: Tue, 6 Jul 2010 16:26:04 +0200 (CEST)

Hello,

it compiles ;-)

but not with the Makefile attached on Murrays mail.
Simply with this diff:
% diff opendkim-2.1.1/opendkim/Makefile.in Makefile.in
435,436c435,436
< _at_STATS_TRUE_at_opendkim_stats_CPPFLAGS = -DOPENDKIM_DB_ONLY
-I$(srcdir)/../libopendkim $(LIBDB_INCDIRS)
< _at_STATS_TRUE_at_opendkim_stats_LDFLAGS = $(LIBDB_LIBDIRS) $(PTHREAD_CFLAGS)
$(COV_LDFLAGS)
---
> _at_STATS_TRUE_at_opendkim_stats_CPPFLAGS = -DOPENDKIM_DB_ONLY
-I$(srcdir)/../libopendkim $(LIBDB_INCDIRS) $(LIBCRYPTO_CPPFLAGS)
> _at_STATS_TRUE_at_opendkim_stats_LDFLAGS = $(LIBDB_LIBDIRS) $(PTHREAD_CFLAGS)
$(COV_LDFLAGS) $(LIBCRYPTO_LIBDIRS)
sorry for linebreaks.
Andreas
-- 
Viele Grüße
Andreas Schulze
Received on Tue Jul 06 2010 - 14:26:24 PST

This archive was generated by hypermail 2.3.0 : Mon Oct 29 2012 - 23:19:47 PST