Date: Sat, 30 Sep 2006 16:50:17 GMT From: Alexander Zhuravlev <zaa@zaa.pp.ru> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/103566: databases/pecl-PDO_SQLITE build failure when databases/sqlite3 WITH_THREADS is installed Message-ID: <200609301650.k8UGoHCu055068@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/103566; it has been noted by GNATS. From: Alexander Zhuravlev <zaa@zaa.pp.ru> To: bug-followup@freebsd.org Cc: edwin@FreeBSD.org Subject: Re: ports/103566: databases/pecl-PDO_SQLITE build failure when databases/sqlite3 WITH_THREADS is installed Date: Sat, 30 Sep 2006 20:41:43 +0400 Please try to apply the following patch and let me know if this resolved the issue or not. diff -urbBNp pecl-PDO_SQLITE/Makefile pecl-PDO_SQLITE.new/Makefile --- pecl-PDO_SQLITE/Makefile Fri May 19 11:55:01 2006 +++ pecl-PDO_SQLITE.new/Makefile Mon Sep 25 13:02:20 2006 @@ -7,6 +7,7 @@ PORTNAME= PDO_SQLITE DISTVERSION= 1.0.1 +PORTREVISION= 1 CATEGORIES= databases www MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- @@ -18,13 +19,12 @@ COMMENT= SQLite v3 Interface driver for BUILD_DEPENDS= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/pdo.so:${PORTSDIR}/databases/pecl-PDO RUN_DEPENDS= ${BUILD_DEPENDS} -LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3 USE_PHP= yes USE_PHPEXT= yes DEFAULT_PHP_VER=5 PHP_MODNAME= pdo_sqlite -CONFIGURE_ARGS+=--with-pdo-sqlite=${LOCALBASE} +CONFIGURE_ARGS+=--with-pdo-sqlite .include <bsd.port.mk> -- Alexander Zhuravlev
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200609301650.k8UGoHCu055068>