diff options
Diffstat (limited to 'build')
-rwxr-xr-x | build | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -3,6 +3,7 @@ include ../source.mk TCL_V = $$(sed -n 's/Tcl-Version: //p' ../substvars) +SONAME = libexpect.so.$(OPK_SOURCE_VERSION_UPSTREAM) nop: @: @@ -20,7 +21,7 @@ configure: build: configure oh-autobuild -- \ - SONAME='libexpect.so.$(OPK_SOURCE_VERSION_UPSTREAM)' + LDFLAGS_DEFAULT='-Wl,--export-dynamic -Wl,-soname=$(SONAME)' touch $@ install: build |