summaryrefslogtreecommitdiff
path: root/postgresql
diff options
context:
space:
mode:
authorLionel Elie Mamane <lionel@mamane.lu>2011-12-03 08:57:40 +0100
committerLionel Elie Mamane <lionel@mamane.lu>2011-12-03 09:34:58 +0100
commit0cac9d5238eff7197a93d543daa55a84fa204d78 (patch)
tree8772b5a694424d17a06aa76616cc2a496de063e5 /postgresql
parent1f7a03d1c4c06738e3b37659e96951ad5dc3dbe7 (diff)
remove n/a comments (came from a copy/paste)
Diffstat (limited to 'postgresql')
-rw-r--r--postgresql/makefile.mk5
1 files changed, 0 insertions, 5 deletions
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..."