Unbreak following kerberos removal.

From maintainer David Schaefer
Looks fine to kili@
This commit is contained in:
dcoppa 2014-04-24 16:20:34 +00:00
parent 95fc5cc71a
commit e50cb8e196
2 changed files with 14 additions and 1 deletions

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.8 2014/03/31 21:45:37 kili Exp $
# $OpenBSD: Makefile,v 1.9 2014/04/24 16:20:34 dcoppa Exp $
COMMENT = low-level binding to libpq
DISTNAME = postgresql-libpq-0.9.0.0
REVISION = 0
CATEGORIES = databases
HOMEPAGE = https://github.com/lpsmith/postgresql-libpq

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-postgresql-libpq_cabal,v 1.4 2014/04/24 16:20:34 dcoppa Exp $
--- postgresql-libpq.cabal.orig Wed Apr 23 21:40:16 2014
+++ postgresql-libpq.cabal Wed Apr 23 21:40:53 2014
@@ -30,7 +30,7 @@ Library
GHC-Options: -Wall
Extra-Libraries: pq
if os(openbsd)
- Extra-Libraries: crypto ssl com_err asn1 krb5 wind roken heimbase
+ Extra-Libraries: crypto ssl
-- Other-modules:
Build-tools: hsc2hs