diff options
-rwxr-xr-x | build | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -3,8 +3,11 @@ include ../source.mk TCL_V = $$(sed -n 's/Tcl-Version: //p' ../substvars) +V = $(OPK_SOURCE_VERSION_UPSTREAM) +V_M = $$(printf '%s\n' '$(V)' | sed 's/\..*$$//') SONAME = libexpect.so.$(OPK_SOURCE_VERSION_UPSTREAM) + nop: @: @@ -26,6 +29,12 @@ build: configure install: build oh-autoinstall + mv dest/usr/lib/$(OPK_HOST_ARCH)/expect$(V)/libexpect$(V).so \ + dest/usr/lib/$(OPK_HOST_ARCH)/libexpect.so.$(V) + ln -sf libexpect.so.$(V) \ + dest/usr/lib/$(OPK_HOST_ARCH)/libexpect.so.$(V_M) + ln -sf libexpect.so.$(V_M) \ + dest/usr/lib/$(OPK_HOST_ARCH)/libexpect.so oh-fixperms oh-strip oh-installfiles |