]> git.pld-linux.org Git - packages/php.git/commitdiff
- cosmetics
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 19 Feb 2010 21:16:00 +0000 (21:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pcre-shared.patch -> 1.2

pcre-shared.patch

index da0aea97b227ef976121ea7e1c1b4e864a208bd1..08f46ca18069800032b381c6e958af2d85c1f388 100644 (file)
@@ -30,7 +30,7 @@
 -    PHP_NEW_EXTENSION(pcre, php_pcre.c, no)
 +    PHP_NEW_EXTENSION(pcre, php_pcre.c, $ext_shared)
      PHP_INSTALL_HEADERS([ext/pcre], [php_pcre.h])
-+      EXTRA_LIBS="$EXTRA_LIBS -lpcre"
++    EXTRA_LIBS="$EXTRA_LIBS -lpcre"
    else
      AC_MSG_CHECKING([for PCRE library to use])
      AC_MSG_RESULT([bundled])
This page took 0.35245 seconds and 4 git commands to generate.