You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							35 lines
						
					
					
						
							1.8 KiB
						
					
					
				
			
		
		
	
	
							35 lines
						
					
					
						
							1.8 KiB
						
					
					
				# --- SDE-COPYRIGHT-NOTE-BEGIN --- | 
						|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. | 
						|
# | 
						|
# Filename: package/.../acl/no-libexecdir.patch | 
						|
# Copyright (C) 2008 The OpenSDE Project | 
						|
# | 
						|
# More information can be found in the files COPYING and README. | 
						|
# | 
						|
# This patch file is dual-licensed. It is available under the license the | 
						|
# patched project is licensed under, as long as it is an OpenSource license | 
						|
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms | 
						|
# of the GNU General Public License as published by the Free Software | 
						|
# Foundation; either version 2 of the License, or (at your option) any later | 
						|
# version. | 
						|
# --- SDE-COPYRIGHT-NOTE-END --- | 
						|
 | 
						|
--- ./include/buildmacros.orig	2008-02-24 15:45:46.000000000 +0000 | 
						|
+++ ./include/buildmacros	2008-02-24 16:05:36.000000000 +0000 | 
						|
@@ -70,13 +70,10 @@ | 
						|
 INSTALL_LTLIB_DEV = \ | 
						|
 	cd $(TOPDIR)/$(LIBNAME)/.libs; \ | 
						|
 	../$(INSTALL) -m 755 -d $(DESTDIR)$(PKG_DEVLIB_DIR); \ | 
						|
-	../$(INSTALL) -m 644 -T old_lib $(LIBNAME).lai $(DESTDIR)$(PKG_DEVLIB_DIR); \ | 
						|
-	../$(INSTALL) -m 644 $(LIBNAME).lai $(DESTDIR)$(PKG_DEVLIB_DIR)/$(LIBNAME).la ; \ | 
						|
+	../$(INSTALL) -m 644 -T old_lib $(LIBNAME).lai $(DESTDIR)$(PKG_LIB_DIR); \ | 
						|
+	../$(INSTALL) -m 644 $(LIBNAME).lai $(DESTDIR)$(PKG_LIB_DIR)/$(LIBNAME).la ; \ | 
						|
 	../$(INSTALL) -m 755 -d $(DESTDIR)$(PKG_LIB_DIR); \ | 
						|
-	../$(INSTALL) -T so_base $(LIBNAME).lai $(DESTDIR)$(PKG_LIB_DIR); \ | 
						|
-	../$(INSTALL) -S $(PKG_DEVLIB_DIR)/$(LIBNAME).a $(DESTDIR)$(PKG_LIB_DIR)/$(LIBNAME).a; \ | 
						|
-	../$(INSTALL) -S $(PKG_DEVLIB_DIR)/$(LIBNAME).la $(DESTDIR)$(PKG_LIB_DIR)/$(LIBNAME).la; \ | 
						|
-	../$(INSTALL) -S $(PKG_LIB_DIR)/$(LIBNAME).so $(DESTDIR)$(PKG_DEVLIB_DIR)/$(LIBNAME).so | 
						|
+	../$(INSTALL) -T so_base $(LIBNAME).lai $(DESTDIR)$(PKG_LIB_DIR) | 
						|
 else | 
						|
 INSTALL_LTLIB_DEV = $(INSTALL_LTLIB_STATIC) | 
						|
 endif
 | 
						|
 |