David Fetter wrote:
> Kind people,
>
> I just tried to compile HEAD on fedora, and it broke as per <http://rafb.net/paste/results/W1942548.html>
>
> Any ideas what i buggered up?
Fixed. Not sure why I didn't see the problem because I do compile with
SSL. Anyway, patch attached and applied.
--
Bruce Momjian | http://candle.pha.pa.us
pgman@candle.pha.pa.us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
Index: src/interfaces/libpq/libpq-int.h
===================================================================
RCS file: /cvsroot/pgsql-server/src/interfaces/libpq/libpq-int.h,v
retrieving revision 1.86
diff -c -c -r1.86 libpq-int.h
*** src/interfaces/libpq/libpq-int.h 24 Mar 2004 03:45:00 -0000 1.86
--- src/interfaces/libpq/libpq-int.h 25 Mar 2004 21:47:54 -0000
***************
*** 458,463 ****
--- 458,466 ----
#ifdef ENABLE_THREAD_SAFETY
extern void check_sigpipe_handler(void);
extern pthread_key_t thread_in_send;
+ #endif
+
+ #ifdef USE_SSL
extern bool pq_initssllib;
#endif