pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
lua-sql-postgres: Add -lpq
Module Name: pkgsrc-wip
Committed By: Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By: kamil
Date: Sat Oct 8 13:56:02 2016 +0200
Changeset: 1a6aef30a77848295ec9008fe681dc0303f1ee03
Modified Files:
lua-sql-postgres/Makefile
Log Message:
lua-sql-postgres: Add -lpq
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=1a6aef30a77848295ec9008fe681dc0303f1ee03
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
lua-sql-postgres/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diffs:
diff --git a/lua-sql-postgres/Makefile b/lua-sql-postgres/Makefile
index 343fa79..eaaa027 100644
--- a/lua-sql-postgres/Makefile
+++ b/lua-sql-postgres/Makefile
@@ -17,7 +17,7 @@ USE_TOOLS= gmake
BUILD_TARGET= postgres
INSTALLATION_DIRS= lib
-MAKE_FLAGS+= DRIVER_LIBS_postgres="${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.${PGSQL_TYPE}}/lib -L${BUILDLINK_PREFIX.${PGSQL_TYPE}}/lib"
+MAKE_FLAGS+= DRIVER_LIBS_postgres="${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.${PGSQL_TYPE}}/lib -L${BUILDLINK_PREFIX.${PGSQL_TYPE}}/lib -lpq"
MAKE_FLAGS+= DRIVER_INCS_postgres=-I${BUILDLINK_PREFIX.${PGSQL_TYPE}}/include
INSTALL_MAKE_FLAGS+= PREFIX=${DESTDIR}${PREFIX}
INSTALL_MAKE_FLAGS+= LUA_LIBDIR=${DESTDIR}${PREFIX}/${LUA_CDIR}
Home |
Main Index |
Thread Index |
Old Index