[packages/libgbinder] - link .so to shared lib

baggins baggins at pld-linux.org
Sat Dec 31 18:52:27 CET 2022


commit c93d9c5ad2642f92abfb21f0fa977255cfc3650d
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Sat Dec 31 18:52:06 2022 +0100

    - link .so to shared lib

 install.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/install.patch b/install.patch
index afb7aa4..222a16d 100644
--- a/install.patch
+++ b/install.patch
@@ -47,7 +47,7 @@
  	$(INSTALL_FILES) $(INCLUDE_DIR)/*.h $(INSTALL_INCLUDE_DIR)
  	$(INSTALL_FILES) $(PKGCONFIG) $(INSTALL_PKGCONFIG_DIR)
 -	ln -sf $(LIB_SYMLINK1) $(INSTALL_LIB_DIR)/$(LIB_DEV_SYMLINK)
-+	ln -sf $(LIB) $(INSTALL_LIB_DIR)/$(LIB_DEV_SYMLINK)
++	ln -sf $(LIB_SO) $(INSTALL_LIB_DIR)/$(LIB_DEV_SYMLINK)
  
  $(INSTALL_LIB_DIR):
  	$(INSTALL_DIRS) $@
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libgbinder.git/commitdiff/c93d9c5ad2642f92abfb21f0fa977255cfc3650d



More information about the pld-cvs-commit mailing list