pkgsrc-ng/databases/postgresql94/patches/patch-src_Makefile.global.in
2016-11-18 22:39:22 +01:00

17 lines
422 B
Plaintext

$NetBSD: patch-src_Makefile.global.in,v 1.2 2015/10/10 10:22:20 adam Exp $
--- src/Makefile.global.in.orig 2015-10-05 19:12:06.000000000 +0000
+++ src/Makefile.global.in
@@ -570,6 +570,11 @@ ifeq ($(PORTNAME),win32)
LIBS += -lws2_32
endif
+# missing for link on cygwin ?
+ifeq ($(PORTNAME),cygwin)
+LIBS += $(LDAP_LIBS_BE)
+endif
+
# Not really standard libc functions, used by the backend.
TAS = @TAS@