- Fix coredump when WITH_MYSQL=yes and WITH_MYSQL_VER=55
[still needs ports/146276 for databases/mysql55-server too] - No PORTREVISION bump [very non default options] With Hat: apache@
This commit is contained in:
parent
a532c44151
commit
b869066b9e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=253791
4 changed files with 4 additions and 4 deletions
|
@ -147,7 +147,7 @@ PLIST_SUB+= MYSQL=""
|
|||
USE_MYSQL= YES
|
||||
APU_CONF_ARGS+= --with-mysql=${LOCALBASE}
|
||||
CONFIGURE_ENV+= LIBS="${LIBS}"
|
||||
CFLAGS+= -I${LOCALBASE}/include/mysql -DHAVE_MYSQL_H
|
||||
CFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/mysql -DHAVE_MYSQL_H
|
||||
LDFLAGS+= -L${LOCALBASE}/lib/mysql
|
||||
.if defined(PKGNAMESUFFIX)
|
||||
PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-mysql${MYSQL_VER}
|
||||
|
|
|
@ -147,7 +147,7 @@ PLIST_SUB+= MYSQL=""
|
|||
USE_MYSQL= YES
|
||||
APU_CONF_ARGS+= --with-mysql=${LOCALBASE}
|
||||
CONFIGURE_ENV+= LIBS="${LIBS}"
|
||||
CFLAGS+= -I${LOCALBASE}/include/mysql -DHAVE_MYSQL_H
|
||||
CFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/mysql -DHAVE_MYSQL_H
|
||||
LDFLAGS+= -L${LOCALBASE}/lib/mysql
|
||||
.if defined(PKGNAMESUFFIX)
|
||||
PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-mysql${MYSQL_VER}
|
||||
|
|
|
@ -147,7 +147,7 @@ PLIST_SUB+= MYSQL=""
|
|||
USE_MYSQL= YES
|
||||
APU_CONF_ARGS+= --with-mysql=${LOCALBASE}
|
||||
CONFIGURE_ENV+= LIBS="${LIBS}"
|
||||
CFLAGS+= -I${LOCALBASE}/include/mysql -DHAVE_MYSQL_H
|
||||
CFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/mysql -DHAVE_MYSQL_H
|
||||
LDFLAGS+= -L${LOCALBASE}/lib/mysql
|
||||
.if defined(PKGNAMESUFFIX)
|
||||
PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-mysql${MYSQL_VER}
|
||||
|
|
|
@ -147,7 +147,7 @@ PLIST_SUB+= MYSQL=""
|
|||
USE_MYSQL= YES
|
||||
APU_CONF_ARGS+= --with-mysql=${LOCALBASE}
|
||||
CONFIGURE_ENV+= LIBS="${LIBS}"
|
||||
CFLAGS+= -I${LOCALBASE}/include/mysql -DHAVE_MYSQL_H
|
||||
CFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/mysql -DHAVE_MYSQL_H
|
||||
LDFLAGS+= -L${LOCALBASE}/lib/mysql
|
||||
.if defined(PKGNAMESUFFIX)
|
||||
PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-mysql${MYSQL_VER}
|
||||
|
|
Loading…
Reference in a new issue