]> git.pld-linux.org Git - packages/php.git/commitdiff
- rel 6; disable gd-jis-conv (broken) auto/th/php-5_2_9-6
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 19 Mar 2009 12:07:01 +0000 (12:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php.spec -> 1.788

php.spec

index c1f12a341b421e97666b15422541ff1e6b9d0676..5c1e36bccd3886cc3f377482bac3c3f6e2f9c558 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -18,6 +18,7 @@
 %bcond_with    interbase_inst  # use InterBase install., not Firebird  (BR: proprietary libs)
 %bcond_with    oci8            # with Oracle oci8 extension module     (BR: proprietary libs)
 %bcond_with    system_gd       # with system gd (we prefer internal since it enables few more features)
+%bcond_with    gd_jis_conv     # causes imagettfbbox(): any2eucjp(): invalid code in input string when internal gd used
 %bcond_without curl            # without CURL extension module
 %bcond_without filter          # without filter extension module
 %bcond_without imap            # without IMAP extension module
@@ -83,7 +84,7 @@ ERROR: You need to select at least one Apache SAPI to build shared modules.
 %undefine      with_filter
 %endif
 
-%define                rel 5
+%define                rel 6
 Summary:       PHP: Hypertext Preprocessor
 Summary(fr.UTF-8):     Le langage de script embarque-HTML PHP
 Summary(pl.UTF-8):     Język skryptowy PHP
@@ -1811,7 +1812,7 @@ for sapi in $sapis; do
        --enable-exif=shared \
        --enable-ftp=shared \
        --enable-gd-native-ttf \
-       --enable-gd-jis-conv \
+       %{?with_gd_jis_conv:--enable-gd-jis-conv} \
        --enable-libxml \
        --enable-magic-quotes \
        --enable-mbstring=shared,all \
This page took 0.209884 seconds and 4 git commands to generate.