Make it work after recent iodbc changes

This commit is contained in:
alek 2006-07-18 21:44:40 +00:00
parent 39e5ec057c
commit b9767e2dc8
2 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile.inc,v 1.10 2006/05/24 13:15:42 robert Exp $
# $OpenBSD: Makefile.inc,v 1.11 2006/07/18 21:44:40 alek Exp $
# This port currently only works with archs supporting dynamic loading
# and has Apache that supports DSO's.
@ -45,7 +45,7 @@ PHP_LDFLAGS= -lstdc++ -lm
CONFIGURE_STYLE= autoconf
AUTOCONF_VERSION= 2.52
CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include -pthread" \
LDFLAGS="-L${LOCALBASE}/lib ${PHP_LDFLAGS}" \
EXTENSION_DIR=${MODULES_DIR}
MAKE_ENV= ${CONFIGURE_ENV}

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.15 2006/05/21 20:46:06 aanriot Exp $
# $OpenBSD: Makefile,v 1.16 2006/07/18 21:44:40 alek Exp $
MULTI_PACKAGES= -pear
SUBPACKAGE?=
COMMENT= "server-side HTML-embedded scripting language"
COMMENT-pear= "base classes for common PHP tasks"
PKGNAME= php5-core-${V}p0
PKGNAME= php5-core-${V}p1
FULLPKGNAME-pear= php5-pear-${V}p0
DISTFILES= php-${V}.tar.gz \
pear-${PEAR_V}.tar.gz:0
@ -44,7 +44,7 @@ PHP_VERSION= ${V}
PHPXS_SUBST+= -e 's,${i},${${i}},'
.endfor
WANTLIB= c crypto m ssl stdc++ z
WANTLIB= c crypto m ssl stdc++ z pthread
.if defined(PACKAGING) && !empty(SUBPACKAGE)
PREFIX= ${CHROOT_DIR}