projects
/
product
/
upstream
/
gawk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba92efc
)
Fix clang build failure
sandbox/v.solomin/clang/issue_11
author
Vadim Solomin
<v.solomin@partner.samsung.com>
Thu, 29 May 2025 17:16:59 +0000
(20:16 +0300)
committer
Vadim Solomin
<v.solomin@partner.samsung.com>
Thu, 29 May 2025 17:16:59 +0000
(20:16 +0300)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index ee5a487cb027985f30120b715ee666cde4e361fb..08728f70c69462433bd4fd0c56fb55208a402894 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-271,7
+271,7
@@
AC_CHECK_HEADER(dlfcn.h,
# one day use GNU libtool.
if uname | $EGREP -i 'linux|freebsd|cygwin' > /dev/null
then
- LDFLAGS="$LDFLAGS -export-dynamic"
+ LDFLAGS="$LDFLAGS -
Wl,-
export-dynamic"
fi
fi