From 0cac9d5238eff7197a93d543daa55a84fa204d78 Mon Sep 17 00:00:00 2001 From: Lionel Elie Mamane Date: Sat, 3 Dec 2011 08:57:40 +0100 Subject: remove n/a comments (came from a copy/paste) --- postgresql/makefile.mk | 5 ----- 1 file changed, 5 deletions(-) (limited to 'postgresql') diff --git a/postgresql/makefile.mk b/postgresql/makefile.mk index c47721b2a4f8..457894eea6bd 100644 --- a/postgresql/makefile.mk +++ b/postgresql/makefile.mk @@ -42,11 +42,6 @@ MAJOR_VER=9.1 TARFILE_NAME=$(EXT_PROJECT_NAME) TARFILE_MD5=061a9f17323117c9358ed60f33ecff78 - -# distro-specific builds want to link against a particular mysql library -# then they do not require mysql-devel package at runtime -# So put mysql-connector-cpp/driver/nativeapi/binding_config.h into separate patch -# and enable/disable MYSQLCLIENT_STATIC_BINDING according to the used mysql library .IF "$(SYSTEM_POSTGRESQL)" == "YES" @all: @echo "Using system postgresql..." -- cgit