The unified diff between revisions [63c067b5..] and [67768644..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'misc/config/makefile/unix_shr.in'

#
#
# patch "misc/config/makefile/unix_shr.in"
#  from [ca59084e9e1eef77c70f0aea8b1ff8bdbc02cc68]
#    to [ae60f52d0264845e124e1686b9d0ee0cd94e6d4d]
#
============================================================
--- misc/config/makefile/unix_shr.in	ca59084e9e1eef77c70f0aea8b1ff8bdbc02cc68
+++ misc/config/makefile/unix_shr.in	ae60f52d0264845e124e1686b9d0ee0cd94e6d4d
@@ -33,7 +33,7 @@ GROUP         = @{var:install_group}
 OWNER         = @{var:install_user}
 GROUP         = @{var:install_group}

-CONFIG_SCRIPT = botan-config
+CONFIG_SCRIPT = @{var:botan-config}

 ##################################################
 # Aliases for Common Programs                    #
@@ -53,7 +53,7 @@ RM_R             = @rm -rf
 ##################################################
 # File Lists                                     #
 ##################################################
-CHECK         = check
+CHECK         = @{var:check_prefix}check

 DOCS          = @{var:doc_files}

@@ -68,13 +68,13 @@ LIBRARIES     = $(STATIC_LIB) $(SHARED_L

 LIBRARIES     = $(STATIC_LIB) $(SHARED_LIB)

-LIBNAME       = libbotan
+LIBNAME       = @{var:lib_prefix}libbotan
 STATIC_LIB    = $(LIBNAME).a

 SHARED_LIB    = $(LIBNAME)-$(MAJOR).$(MINOR).$(PATCH).@{var:so_suffix}
 SONAME        = $(LIBNAME)-$(MAJOR).$(MINOR).$(PATCH).@{var:so_suffix}

-SYMLINK       = $(LIBNAME).@{var:so_suffix}
+SYMLINK       = libbotan.@{var:so_suffix}

 all: $(LIBRARIES)