Package: pike7.4
Version: 7.4.325-1
Severity: serious
Justification: FTBFS

Hi Marek,

The latest version of pike7.4 is failing to build now on arm (and,
presumably, other architectures) because it appears to define USE_SSL
before including postgresql/libpq-fe.h, and the current version of
libpq-fe.h includes the following code:

/* SSL type is needed here only to declare PQgetssl() */
#ifdef USE_SSL
#include <openssl/ssl.h>
#endif

This fails since libpq-dev does not depend on libssl-dev.  You may want
to unset USE_SSL when including libpq-fe.h, or else make pike7.4
build-depend on libssl-dev.

Cheers,
-- 
Steve Langasek                   Give me a lever long enough and a Free OS
Debian Developer                   to set it on, and I can move the world.
[EMAIL PROTECTED]                                   http://www.debian.org/

Attachment: signature.asc
Description: Digital signature

Reply via email to