Make it work after recent iodbc changes
This commit is contained in:
parent
6013aaa0e3
commit
39e5ec057c
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile.inc,v 1.32 2005/11/01 11:09:31 mbalmer Exp $
|
||||
# $OpenBSD: Makefile.inc,v 1.33 2006/07/18 21:22:56 alek Exp $
|
||||
|
||||
# This port currently only works with archs supporting dynamic loading
|
||||
# and has Apache that supports DSO's.
|
||||
@ -43,7 +43,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}
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.32 2006/02/08 04:54:50 david Exp $
|
||||
# $OpenBSD: Makefile,v 1.33 2006/07/18 21:22:56 alek Exp $
|
||||
|
||||
MULTI_PACKAGES= -pear
|
||||
SUBPACKAGE?=
|
||||
|
||||
COMMENT= "server-side HTML-embedded scripting language"
|
||||
COMMENT-pear= "base classes for common PHP tasks"
|
||||
PKGNAME= php4-core-${V}p0
|
||||
PKGNAME= php4-core-${V}p1
|
||||
FULLPKGNAME-pear= php4-pear-${V}p0
|
||||
|
||||
CONFIGURE_ARGS+= --with-apxs=/usr/sbin/apxs \
|
||||
@ -52,7 +52,7 @@ RUN_DEPENDS= :php4-core-${V}:www/php4/core
|
||||
LIB_DEPENDS=
|
||||
MODULES=
|
||||
.else
|
||||
WANTLIB= c crypto des m ssl stdc++ z
|
||||
WANTLIB= c crypto des m ssl stdc++ z pthread
|
||||
.endif
|
||||
|
||||
pre-fake:
|
||||
|
Loading…
Reference in New Issue
Block a user