summaryrefslogtreecommitdiff
path: root/libicuio/libicuio
diff options
context:
space:
mode:
Diffstat (limited to 'libicuio/libicuio')
-rw-r--r--libicuio/libicuio/buildfile8
1 files changed, 5 insertions, 3 deletions
diff --git a/libicuio/libicuio/buildfile b/libicuio/libicuio/buildfile
index 90630f4..2fc6f89 100644
--- a/libicuio/libicuio/buildfile
+++ b/libicuio/libicuio/buildfile
@@ -1,5 +1,4 @@
# file : libicuio/buildfile
-# copyright : Copyright (c) 2018-2019 Code Synthesis Ltd
# license : Unicode License; see accompanying LICENSE file
import int_libs = libicui18n%lib{icui18n}
@@ -76,8 +75,11 @@ switch $tclass, $tsys
}
case 'windows', 'mingw32'
{
- cxx.loptions += -Wl,-Bsymbolic -Wl,--enable-auto-import
- cxx.libs += -lpthread -lm
+ # Note that we ommit -mthreads, -lpthread, and -lm that the upstream
+ # package also passes (see libicuuc/libicu/buildfile for details).
+ #
+ cxx.loptions += -Wl,-Bsymbolic -Wl,--enable-auto-import \
+ -Wl,--no-undefined # Make sure all symbols are resolvable.
}
case 'windows'
{