From: Travis Kemen Date: Tue, 10 Jun 2008 00:31:33 +0000 (+0000) Subject: disable more checks for postgresql X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=4f4e9a1033e573b5d70e2e6a7bcbdac4bb07fb78;p=openwrt%2Fsvn-archive%2Fpackages.git disable more checks for postgresql SVN-Revision: 11422 --- diff --git a/utils/bandwidthd/Makefile b/utils/bandwidthd/Makefile index 62c1963ec..8d854253e 100644 --- a/utils/bandwidthd/Makefile +++ b/utils/bandwidthd/Makefile @@ -37,6 +37,7 @@ CONFIGURE_ARGS += \ ac_cv_file__usr_pkg_include=no \ ac_cv_file__usr_local_pgsql_lib=no \ ac_cv_file__usr_local_pgsql_include=no \ + ac_cv_lib_pq_PQconnectdb=no \ EXTRA_CFLAGS+=-I$(STAGING_DIR)/usr/include -I$(STAGING_DIR)/include EXTRA_LDFLAGS+=-L$(STAGING_DIR)/usr/lib -Wl,-rpath-link,$(STAGING_DIR)/usr/lib