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.
		
		
		
		
		
			
		
			
				
					
					
						
							45 lines
						
					
					
						
							2.0 KiB
						
					
					
				
			
		
		
	
	
							45 lines
						
					
					
						
							2.0 KiB
						
					
					
				| # --- SDE-COPYRIGHT-NOTE-BEGIN --- | |
| # This copyright note is auto-generated by ./scripts/Create-CopyPatch. | |
| # | |
| # Filename: package/.../bdb33/noinst-default.patch | |
| # Copyright (C) 2004 - 2006 The T2 SDE Project | |
| # Copyright (C) 1998 - 2003 Clifford Wolf | |
| # | |
| # 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 --- | |
|  | |
| --- db-3.3.11/dist/Makefile.in.orig	2003-04-25 20:52:21.000000000 +0200 | |
| +++ db-3.3.11/dist/Makefile.in	2003-04-25 20:53:06.000000000 +0200 | |
| @@ -401,7 +401,6 @@ | |
|  	@cd $(libdir) && $(rm) -f \ | |
|  	    $(libso) $(libso_target) $(libso_default) $(libso_major) | |
|  	@$(INSTALLER) $(libso_target) $(libdir) | |
| -	@cd $(libdir) && $(ln) -s $(libso) $(libso_default) | |
|  	@cd $(libdir) && $(ln) -s $(libso) $(libso_major) | |
|  	@$(LIBTOOL) --mode=finish $(libdir) | |
|  	@cd $(libdir) && $(chmod) $(fmode) $(libso) $(libso_target) | |
| @@ -421,7 +420,6 @@ | |
|  	@cd $(libdir) && $(rm) -f \ | |
|  	    $(libxso) $(libxso_target) $(libxso_default) $(libxso_major) | |
|  	@$(INSTALLER) $(libxso_target) $(libdir) | |
| -	@cd $(libdir) && $(ln) -s $(libxso) $(libxso_default) | |
|  	@cd $(libdir) && $(ln) -s $(libxso) $(libxso_major) | |
|  	@cd $(libdir) && $(chmod) $(fmode) $(libxso) $(libxso_target) | |
|   | |
| --- ./dist/Makefile.in.orig	2005-05-21 00:13:01.002705648 -0400 | |
| +++ ./dist/Makefile.in	2005-05-21 00:13:17.669171960 -0400 | |
| @@ -442,7 +442,6 @@ | |
|  	@cd $(libdir) && $(rm) -f $(libjso_g) \ | |
|  	    $(libjso) $(libjso_target) $(libjso_default) $(libjso_major) | |
|  	@$(INSTALLER) $(libjso_target) $(libdir) | |
| -	@cd $(libdir) && $(ln) -s $(libjso) $(libjso_default) | |
|  	@cd $(libdir) && $(ln) -s $(libjso) $(libjso_major) | |
|  	@cd $(libdir) && $(ln) -s $(libjso) $(libjso_g) | |
|  	@cd $(libdir) && $(chmod) $(fmode) $(libjso) $(libjso_target)
 | |
| 
 |