diff options
author | Mark Brand <mabrand@mabrand.nl> | 2012-06-12 19:35:39 (GMT) |
---|---|---|
committer | Mark Brand <mabrand@mabrand.nl> | 2012-06-12 19:35:39 (GMT) |
commit | 83b222c5bfcead031fe9637f3cf658f224297b1a (patch) | |
tree | abecf7b3a51b01e67c6e99566a4cae3b1eb6269c | |
parent | 6f35c21da4c69493de2eb69491c997b3b16199e9 (diff) | |
download | mxe-83b222c5bfcead031fe9637f3cf658f224297b1a.zip mxe-83b222c5bfcead031fe9637f3cf658f224297b1a.tar.gz mxe-83b222c5bfcead031fe9637f3cf658f224297b1a.tar.bz2 |
package pdflib_lite: remove invalid config option
-rw-r--r-- | src/pdflib_lite.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pdflib_lite.mk b/src/pdflib_lite.mk index d33bb9e..7a4abd4 100644 --- a/src/pdflib_lite.mk +++ b/src/pdflib_lite.mk @@ -29,7 +29,6 @@ define $(PKG)_BUILD --without-perl \ --without-ruby \ --without-tcl \ - --disable-php \ --enable-cxx \ --enable-large-files \ CFLAGS='-D_IOB_ENTRIES=20' |