diff options
Diffstat (limited to 'backends/Makefile.am')
| -rw-r--r-- | backends/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/Makefile.am b/backends/Makefile.am index 21d7bd24..fe920c99 100644 --- a/backends/Makefile.am +++ b/backends/Makefile.am @@ -119,7 +119,7 @@ libebl_%.so libebl_%.map: libebl_%_pic.a $(libelf) $(libdw) $(LINK) -shared -o $(@:.map=.so) \ -Wl,--whole-archive $< $(cpu_$*) -Wl,--no-whole-archive \ -Wl,--version-script,$(@:.so=.map) \ - -Wl,-z,defs -Wl,--as-needed $(libelf) $(libdw) + -Wl,-z,defs $(LD_AS_NEEDED) $(libelf) $(libdw) @$(textrel_check) libebl_i386.so: $(cpu_i386) |
