]> git.pld-linux.org Git - packages/neon.git/commitdiff
- fixed
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 25 Apr 2002 11:08:41 +0000 (11:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    neon-no-usr-include.patch -> 1.2

neon-no-usr-include.patch

index 05fac16472dbae36488e47f990e406735b767035..6a9742ec48660288b47f6d9b25285e7beda30fa3 100644 (file)
@@ -7,7 +7,7 @@ diff -ur neon-0.19.3-/macros/neon-ssl.m4 neon-0.19.3/macros/neon-ssl.m4
  if test -n "$neon_ssl_location"; then
 -      CFLAGS="$CFLAGS -I${neon_ssl_location}/include"
 +      if test "${neon_ssl_location}" != /usr ; then
-+              CFLAGS="$CFLAGS -I/include"
++              CFLAGS="$CFLAGS -I${neon_ssl_location}/include"
 +      fi
        NEON_LIBS="$NEON_LIBS -L${neon_ssl_location}/lib -lssl -lcrypto"
        AC_DEFINE([ENABLE_SSL], 1, [Define to enable OpenSSL support])
This page took 0.205895 seconds and 4 git commands to generate.