]> git.pld-linux.org Git - packages/postfix.git/commitdiff
- do not check if a file exists to find out if a library is available (you never...
authorJacek Konieczny <jajcus@pld-linux.org>
Thu, 1 Jan 2004 17:42:35 +0000 (17:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    postfix-ipv6.patch -> 1.24

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.252271 seconds and 4 git commands to generate.