diff options
author | Rosen Penev <rosenp@gmail.com> | 2018-12-17 18:44:44 -0800 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2018-12-20 10:30:04 -0800 |
commit | 5ec4eb76c3628d64526d30637226c34260b5f004 (patch) | |
tree | 4f03599cc511bd310a4e870bc7e99b782ccd3d08 /libs/psqlodbc | |
parent | 5a978f22706150885d690ff65877a3c82462ada4 (diff) |
psqlodbc: Update to 11.00.0000
Rearranged Makefile for consistency between packages.
Added PKG_BUILD_PARALLEL to speed up compilation.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'libs/psqlodbc')
-rw-r--r-- | libs/psqlodbc/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/libs/psqlodbc/Makefile b/libs/psqlodbc/Makefile index 229de3bb9..2dd743b5b 100644 --- a/libs/psqlodbc/Makefile +++ b/libs/psqlodbc/Makefile @@ -5,18 +5,20 @@ include $(TOPDIR)/rules.mk PKG_NAME:=psqlodbc +PKG_VERSION:=11.00.0000 PKG_RELEASE:=1 -PKG_VERSION:=10.03.0000 -PKG_HASH:=0d2ff2d10d9347ef6ce83c7ca24f4cb20b4044eeef9638c8ae3bc8107e9e92f8 -PKG_SOURCE_URL:=https://ftp.postgresql.org/pub/odbc/versions/src/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz +PKG_SOURCE_URL:=https://ftp.postgresql.org/pub/odbc/versions/src +PKG_HASH:=703e6b87022f95ffa00d9f86c8f0a877f8a55b9b3be0942081f382e794112a86 +PKG_MAINTAINER:= PKG_LICENSE:=LGPL-2.0+ PKG_LICENSE_FILES:=license.txt -PKG_INSTALL:=1 PKG_BUILD_DEPENDS:=unixodbc/host +PKG_BUILD_PARALLEL:=1 +PKG_INSTALL:=1 include $(INCLUDE_DIR)/package.mk |