Skip to content

Commit 09c9069

Browse files
committed
Enable freetype and fileinfo for 64-bit builds again
1 parent e1a90fd commit 09c9069

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ if (test "${THIRTYTWO}" = "32bit"); then
153153
OPTIONS="$OPTIONS --without-curl"
154154
fi
155155
else
156-
OPTIONS="--with-gettext --with-gd --enable-gd --with-jpeg --without-freetype --with-jpeg-dir=/usr --without-freetype-dir \
156+
OPTIONS="--with-gettext --with-gd --enable-gd --with-jpeg --with-freetype --with-jpeg-dir=/usr \
157157
--with-mysql=mysqlnd --enable-bcmath --with-readline \
158158
--with-openssl --without-esmtp --with-curl --with-sodium --with-ffi \
159159
--with-mysqli --enable-pcntl --enable-sockets --enable-zip --with-zip \
@@ -163,7 +163,7 @@ else
163163
--with-ctype --with-bz2 --enable-mbstring --with-mime-magic \
164164
--with-xmlrpc --with-zlib --disable-zend-memory-manager --with-esmtp \
165165
--with-xsl --enable-exif --enable-soap --enable-ftp --enable-intl --enable-opcache\
166-
--enable-fpm"
166+
--enable-fpm --enable-fileinfo"
167167
if (test "${MINI_VERSION}" = "5.3"); then
168168
export PHP_AUTOCONF=autoconf2.59
169169
OPTIONS="$OPTIONS --with-openssl=/home/derick/dev/11-instana/old \

0 commit comments

Comments
 (0)