projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c83cf5
)
cross
author
Debian GPS team
<gpsbabel@packages.debian.org>
Fri, 10 Jul 2020 14:13:04 +0000
(15:13 +0100)
committer
Jochen Sprickerhof
<jspricke@debian.org>
Fri, 10 Jul 2020 14:13:04 +0000
(15:13 +0100)
Gbp-Pq: Name cross.patch
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 96316d49bc15e054a0fad713546d35b9f6c96b82..0b4ac5b598d96755a96e0a540719eaf3d91958c2 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-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"