Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37404653
en ru br
ALT Linux repos
S:9.5-alt1
5.0: 5.4-alt1
4.1: 5.3-alt2.0
4.0: 5.3-alt2.0
3.0: 4.7-alt1

Group :: Networking/Other
RPM: hydra

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: hydra-use-system-libpq-fe.patch
Download


--- orig/hydra-postgres.c	2012-05-18 22:17:20.839998208 +0100
+++ new/hydra-postgres.c	2012-05-18 22:19:36.546989957 +0100
@@ -14,7 +14,8 @@
 }
 #else
 
-#include "libpq-fe.h"           // Postgres connection functions
+/* Postgres connection functions */
+#include <libpq-fe.h>    
 #include <stdio.h>
 
 #define DEFAULT_DB "template1"
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin