repo.or.cz
/
oi-userland.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
rust/cargo-c: update to 0.10.7+cargo-0.84.0
[oi-userland.git]
/
components
/
mail
/
claws-mail
/
patches
/
01-fix-passing-options-to-ld.patch
blob
4d80b7a052a49d57314fd4adb93b9ff3233e4f7b
1
--- claws-mail-3.14.1/configure.ac.1 2016-12-13 21:06:03.172572177 +0300
2
+++ claws-mail-3.14.1/configure.ac 2016-12-13 21:09:18.152122142 +0300
3
@@ -116,6 +116,10 @@
4
platform_win32=yes
5
LDFLAGS="$LDFLAGS -mwindows -Wl,--export-all-symbols"
6
;;
7
+ *solaris*)
8
+ platform_osx=no
9
+ platform_win32=no
10
+ ;;
11
*-apple-*)
12
platform_osx=yes
13
LDFLAGS="$LDFLAGS -Wl,-export-dynamic"