14 lines
561 B
Diff
14 lines
561 B
Diff
Index: xfsprogs-2.10.2/include/buildmacros
|
|
===================================================================
|
|
--- xfsprogs-2.10.2.orig/include/buildmacros
|
|
+++ xfsprogs-2.10.2/include/buildmacros
|
|
@@ -56,7 +56,7 @@ ifeq ($(ENABLE_SHARED),yes)
|
|
INSTALL_LTLIB = \
|
|
cd $(TOPDIR)/$(LIBNAME)/.libs; \
|
|
../$(INSTALL) -m 755 -d $(PKG_LIB_DIR); \
|
|
- ../$(INSTALL) -m 644 -T so_dot_version $(LIBNAME).lai $(PKG_LIB_DIR); \
|
|
+ ../$(INSTALL) -m 755 -T so_dot_version $(LIBNAME).lai $(PKG_LIB_DIR); \
|
|
../$(INSTALL) -T so_dot_current $(LIBNAME).lai $(PKG_LIB_DIR)
|
|
endif
|
|
|