OSDN Git Service

Fix zlib handling on NetBSD.
authorThomas Klausner <wiz@NetBSD.org>
Sun, 21 Jul 2013 09:44:14 +0000 (11:44 +0200)
committerAlan Coopersmith <alan.coopersmith@oracle.com>
Sun, 21 Jul 2013 17:20:56 +0000 (10:20 -0700)
Signed-off-by: Thomas Klausner <wiz@NetBSD.org>
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
configure.ac

index 9b7cd8c..65444b9 100644 (file)
@@ -77,10 +77,10 @@ case $host_os in
        *netbsd*)
                case $host in
                *i386*)
-                       PCIACCESS_LIBS="-li386 -lpci"
+                       PCIACCESS_LIBS="$PCIACCESS_LIBS -li386 -lpci"
                        ;;
                *x86_64*|*amd64*)
-                       PCIACCESS_LIBS="-lx86_64 -lpci"
+                       PCIACCESS_LIBS="$PCIACCESS_LIBS -lx86_64 -lpci"
                        ;;
                esac
                netbsd=yes