patch-config_m4 739 B

123456789101112
  1. $OpenBSD: patch-config_m4,v 1.1 2013/08/14 11:43:03 sthen Exp $
  2. --- config.m4.orig Wed Aug 14 05:40:52 2013
  3. +++ config.m4 Wed Aug 14 05:40:59 2013
  4. @@ -27,6 +27,6 @@ if test "$PHP_RAR" != "no"; then
  5. PHP_REQUIRE_CXX()
  6. PHP_ADD_LIBRARY_WITH_PATH(stdc++, "", RAR_SHARED_LIBADD)
  7. - PHP_NEW_EXTENSION(rar, rar.c rar_error.c rararch.c rarentry.c rar_stream.c rar_navigation.c $unrar_sources, $ext_shared,,-DRARDLL -DGUI -DSILENT -Wno-write-strings -Wno-logical-op-parentheses -I@ext_srcdir@/unrar)
  8. + PHP_NEW_EXTENSION(rar, rar.c rar_error.c rararch.c rarentry.c rar_stream.c rar_navigation.c $unrar_sources, $ext_shared,,-DRARDLL -DGUI -DSILENT -Wno-write-strings -I@ext_srcdir@/unrar)
  9. PHP_ADD_BUILD_DIR($ext_builddir/unrar)
  10. fi