]> git.pld-linux.org Git - packages/postfix.git/blobdiff - postfix-ipv6.patch
- do not check if a file exists to find out if a library is available (you never...
[packages/postfix.git] / postfix-ipv6.patch
index 01b50b7afdadfd83eb2965b86b018eb089de70a4..09a00af8de9c82bf038c757e70c9da4e24b064f0 100644 (file)
@@ -38,8 +38,8 @@
 +      ;;
 +linux)
 +      CCARGS="$CCARGS -DINET6 -D__ss_family=ss_family"
-+      if test -f /usr/include/libinet6/netinet/ip6.h -a \
-+              -f /usr/lib/libinet6.a; then 
++      if test -f /usr/include/libinet6/netinet/ip6.h
++                      then 
 +              CCARGS="$CCARGS -I/usr/include/libinet6 -DUSAGI_LIBINET6"
 +              SYSLIBS="$SYSLIBS -linet6"
 +      fi
This page took 0.579803 seconds and 4 git commands to generate.