Tue Jan 28 2003 Michael K. Johnson <johnsonm@redhat.com> 2.2.0-1 - update/rebuild Sat Jan 04 2003 Jeff Johnson <jbj@redhat.com> 2.0.8-6 - set execute bits on library so that requires are generated. Thu Nov 21 2002 Elliot Lee <sopwith@redhat.com> 2.0.8-5 - Redo multilib patch to work everywhere Wed Sep 11 2002 Than Ngo <than@redhat.com> 2.0.8-4 - Added fix to install libs in correct directory on 64bit machine
11 lines
644 B
Diff
11 lines
644 B
Diff
--- attr-2.2.0/include/buildmacros.multilib 2003-01-28 19:00:05.000000000 -0500
|
|
+++ attr-2.2.0/include/buildmacros 2003-01-28 19:04:13.000000000 -0500
|
|
@@ -103,8 +103,6 @@
|
|
../$(INSTALL) -m 644 $(LIBNAME).lai $(PKG_DEVLIB_DIR)/$(LIBNAME).la ; \
|
|
../$(INSTALL) -m 755 -d $(PKG_LIB_DIR); \
|
|
../$(INSTALL) -T so_base $(LIBNAME).lai $(PKG_LIB_DIR); \
|
|
- ../$(INSTALL) -S $(PKG_DEVLIB_DIR)/$(LIBNAME).a $(PKG_LIB_DIR)/$(LIBNAME).a; \
|
|
- ../$(INSTALL) -S $(PKG_DEVLIB_DIR)/$(LIBNAME).la $(PKG_LIB_DIR)/$(LIBNAME).la; \
|
|
../$(INSTALL) -S $(PKG_LIB_DIR)/$(LIBNAME).so $(PKG_DEVLIB_DIR)/$(LIBNAME).so
|
|
else
|
|
INSTALL_LTLIB_DEV = $(INSTALL_LTLIB_STATIC)
|