aboutsummaryrefslogtreecommitdiff
path: root/trans/Makefile
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2022-01-01 18:03:25 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2022-01-01 18:05:00 +0100
commit8c5eb657ff196a31a3230652823221f3fe805d73 (patch)
tree56f78272258f139f1c3ad6e13689f8a579393752 /trans/Makefile
parentedf389d0768ccb53c6667ddc2792da618cf40cec (diff)
downloadhurd-8c5eb657ff196a31a3230652823221f3fe805d73.tar.gz
hurd-8c5eb657ff196a31a3230652823221f3fe805d73.tar.bz2
hurd-8c5eb657ff196a31a3230652823221f3fe805d73.zip
random: export __trivfs_server_name
Making glibc access trivfs_server_name would violate namespace constraints, so we need to use a out-of-standard name.
Diffstat (limited to 'trans/Makefile')
-rw-r--r--trans/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/trans/Makefile b/trans/Makefile
index 6cf50e7a..22c2d331 100644
--- a/trans/Makefile
+++ b/trans/Makefile
@@ -81,6 +81,7 @@ symlink: fsysServer.o
fakeroot: ../libnetfs/libnetfs.a
fifo new-fifo: ../libpipe/libpipe.a
crash fifo firmlink hello hello-mt ifsock magic mtab new-fifo null password proxy-defpager remap streamio: ../libtrivfs/libtrivfs.a
+random-LDFLAGS = -Wl,--export-dynamic-symbol=__trivfs_server_name
$(targets): ../libfshelp/libfshelp.a \
../libihash/libihash.a \
../libiohelp/libiohelp.a \