diff options
Diffstat (limited to 'Makeconfig')
-rw-r--r-- | Makeconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makeconfig b/Makeconfig index 25740cb097..d21d7114e0 100644 --- a/Makeconfig +++ b/Makeconfig @@ -275,7 +275,7 @@ ifndef +link endif ifndef config-LDFLAGS ifeq (yes,$(build-shared)) -config-LDFLAGS = -Wl,-dynamic-linker=$(libdir)$(rtld-installed-name) +config-LDFLAGS = -Wl,-dynamic-linker=$(libdir)/$(rtld-installed-name) endif endif ifndef link-libc |