changeset 4681:7914e218df3e

bzip2: also create libbz2.so link
author John W. Eaton <jwe@octave.org>
date Sat, 21 Apr 2018 08:33:06 -0400
parents 7471ffc18c61
children d49157ddd78f
files src/bzip2.mk
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/bzip2.mk	Fri Apr 20 17:33:02 2018 -0400
+++ b/src/bzip2.mk	Sat Apr 21 08:33:06 2018 -0400
@@ -54,6 +54,7 @@
     $(INSTALL) -m755 '$(1)/libbz2.so.1.0.6' '$(3)$(HOST_LIBDIR)'
     rm -f '$(3)$(HOST_LIBDIR)/libbz2.so.1.0'
     $(LN_SF) libbz2.so.1.0.6 '$(3)$(HOST_LIBDIR)/libbz2.so.1.0'
+    $(LN_SF) libbz2.so.1.0 '$(3)$(HOST_LIBDIR)/libbz2.so'
     $(INSTALL) -d '$(3)$(HOST_INCDIR)'
     $(INSTALL) -m644 '$(1)/bzlib.h' '$(3)$(HOST_INCDIR)'
 endef