From: Mehdi Dogguy <mehdi@debian.org>
Date: Tue, 6 Oct 2009 00:22:04 +0200
Subject: [PATCH] Do not link system libraries into cma
---
lib/Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lib/Makefile b/lib/Makefile
index c458f4e..991160c 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -7,7 +7,7 @@ CFLAGS += -O2 -Wall -pedantic -Wno-long-long -fPIC -DPIC
CFLAGS += -DPG_OCAML_MAJOR_VERSION=$(PG_OCAML_MAJOR_VERSION)
CFLAGS += -DPG_OCAML_MINOR_VERSION=$(PG_OCAML_MINOR_VERSION)
CLIBS = pq
-LIBS = threads
+LIBS =
RESULT = postgresql
THREADS = yes
DESTDIR =
--