update buildroot to 2017.02.11
This commit is contained in:
19
bsp/buildroot-2017.02.11/package/libpqxx/libpqxx.mk
Normal file
19
bsp/buildroot-2017.02.11/package/libpqxx/libpqxx.mk
Normal file
@@ -0,0 +1,19 @@
|
||||
################################################################################
|
||||
#
|
||||
# libpqxx
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBPQXX_VERSION = 4.0.1
|
||||
LIBPQXX_SITE = http://pqxx.org/download/software/libpqxx
|
||||
LIBPQXX_INSTALL_STAGING = YES
|
||||
LIBPQXX_DEPENDENCIES = postgresql
|
||||
LIBPQXX_LICENSE = BSD-3c
|
||||
LIBPQXX_LICENSE_FILES = COPYING
|
||||
|
||||
# 0001-Fix-broken-sed-call-in-configure.ac.in.patch
|
||||
LIBPQXX_AUTORECONF = YES
|
||||
|
||||
LIBPQXX_CONF_ENV += ac_cv_path_PG_CONFIG=$(STAGING_DIR)/usr/bin/pg_config
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user