Guest User

Untitled

a guest
Jun 23rd, 2012
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. %configure XTRALIBS=-ldl \
  2. --with-gd \
  3. --with-zlib \
  4. --with-freetype=%{_bindir}/freetype-config \
  5. --with-fribidi-config \
  6. --with-gdal=%{_bindir}/gdal-config \
  7. --with-ogr=%{_bindir}/gdal-config \
  8. --with-geos=%{_bindir}/geos-config \
  9. --with-proj \
  10. --with-sos \
  11. --with-wms \
  12. --with-wfs \
  13. --with-wcs \
  14. --with-wmsclient \
  15. --with-wfsclient \
  16. --with-xpm \
  17. --with-png \
  18. --with-cairo \
  19. --with-postgis=%{_bindir}/pg_config \
  20. --with-mygis=%{_bindir}/mysql_config \
  21. --with-curl-config=%{_bindir}/curl-config \
  22. --with-xml2-config=%{_bindir}/xml2-config \
  23. --with-xslt-config=%{_bindir}/xslt-config \
  24. --with-php=%{_bindir}/php-config \
  25. --with-httpd=/usr/sbin/httpd2 \
  26. --with-fastcgi=/usr \
  27. --with-agg-svg-symbols=yes \
  28. --with-expat=/usr \
  29. --with-kml=yes \
  30. --with-xml-mapfile \
  31. --without-pdf \
  32. --without-eppl \
  33. --with-threads \
  34. --disable-runpath
Advertisement
Add Comment
Please, Sign In to add comment