cross
authorDebian GPS team <gpsbabel@packages.debian.org>
Tue, 21 Apr 2020 17:40:57 +0000 (18:40 +0100)
committerJochen Sprickerhof <jspricke@debian.org>
Tue, 21 Apr 2020 17:40:57 +0000 (18:40 +0100)
Gbp-Pq: Name cross.patch

configure.ac

index 1fb4a91891a0e27d81eb46afb2785ff4a1ea3435..6664ca0d5ae27bd9bc9cccafcb84c00596ab64ca 100644 (file)
@@ -364,7 +364,8 @@ AS_CASE(["$target"], [*-*-darwin*], [
                        [AC_MSG_RESULT(rpath required)],
                        [AC_MSG_FAILURE(loader cannot find Qt library)
                        LDFLAGS="$OLDFLAGS"]
-                       )]
+                       )],
+               [AC_MSG_RESULT(cross. assuming rpath not needed)]
                )
        CPPFLAGS="$OCPPFLAGS"
        LIBS="$OLIBS"