cross
authorDebian GPS team <gpsbabel@packages.debian.org>
Fri, 7 Aug 2020 13:38:18 +0000 (14:38 +0100)
committerJochen Sprickerhof <jspricke@debian.org>
Fri, 7 Aug 2020 13:38:18 +0000 (14:38 +0100)
Gbp-Pq: Name cross.patch

configure.ac

index 96316d49bc15e054a0fad713546d35b9f6c96b82..0b4ac5b598d96755a96e0a540719eaf3d91958c2 100644 (file)
@@ -304,7 +304,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"