0d74a603de
Tue Jan 28 2003 Michael K. Johnson <johnsonm@redhat.com> 2.2.3-1 - udpate/rebuild Sat Jan 04 2003 Jeff Johnson <jbj@redhat.com> 2.0.11-7 - set execute bits on library so that requires are generated. Tue Nov 19 2002 Elliot Lee <sopwith@redhat.com> 2.0.11-5 - Correct patch in previous fix so that shared libraries go in /lib* instead of /usr/lib* Tue Nov 19 2002 Elliot Lee <sopwith@redhat.com> 2.0.11-4 - Fix multilibbing Wed Sep 11 2002 Than Ngo <than@redhat.com> 2.0.11-3 - Added fix to install libs in correct directory on 64bit machine
12 lines
642 B
Diff
12 lines
642 B
Diff
--- acl-2.2.3/include/buildmacros.multilib 2003-01-28 19:00:05.000000000 -0500
|
|
+++ acl-2.2.3/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)
|