projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43376cc
)
modules: unbreak them on macos
author
Gerd Hoffmann
<kraxel@redhat.com>
Tue, 27 Oct 2020 12:06:03 +0000
(13:06 +0100)
committer
Gerd Hoffmann
<kraxel@redhat.com>
Thu, 29 Oct 2020 05:37:24 +0000
(06:37 +0100)
Using the correct shared library suffix helps ;)
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Message-id:
20201027120603
.3625-1-kraxel@redhat.com
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index 83610b0db8eaf3a56e90126fcc76cf4ac7995359..6df4306c884f31df13a401f79bcfda6af821032d 100755
(executable)
--- a/
configure
+++ b/
configure
@@
-618,6
+618,7
@@
Darwin)
if test -z "$cpu" && test "$(sysctl -n hw.optional.x86_64)" = "1"; then
cpu="x86_64"
fi
+ HOST_DSOSUF=".dylib"
;;
SunOS)
# $(uname -m) returns i86pc even on an x86_64 box, so default based on isainfo