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.
		
		
		
		
		
			
		
			
				
					
					
						
							59 lines
						
					
					
						
							2.0 KiB
						
					
					
				
			
		
		
	
	
							59 lines
						
					
					
						
							2.0 KiB
						
					
					
				| # --- SDE-COPYRIGHT-NOTE-BEGIN --- | |
| # This copyright note is auto-generated by ./scripts/Create-CopyPatch. | |
| # | |
| # Filename: package/.../device-mapper/no_dynamic.diff | |
| # Copyright (C) 2007 - 2008 The OpenSDE Project | |
| # Copyright (C) 2006 The T2 SDE 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 --- | |
|  | |
| --- ./lib/Makefile.in.orig	2006-06-21 17:07:03.000000000 +0200 | |
| +++ ./lib/Makefile.in	2006-06-21 17:09:15.000000000 +0200 | |
| @@ -46,7 +46,7 @@ | |
|  	install_fs install_ioctl install_ioctl_static \ | |
|  	install_pkgconfig | |
|   | |
| -INSTALL_TYPE = install_dynamic | |
| +INSTALL_TYPE =  | |
|   | |
|  ifeq ("@STATIC_LINK@", "yes") | |
|    INSTALL_TYPE += install_static | |
| --- ./make.tmpl.in.orig	2007-10-03 10:48:27.000000000 +0000 | |
| +++ ./make.tmpl.in	2008-03-10 22:49:44.000000000 +0000 | |
| @@ -123,7 +123,7 @@ | |
|  .PHONY: $(SUBDIRS) $(SUBDIRS.install) $(SUBDIRS.clean) $(SUBDIRS.distclean) | |
|  .PHONY: $(SUBDIRS.pofile) | |
|   | |
| -TARGETS += $(LIB_SHARED) $(LIB_STATIC) $(VERSIONED_SHLIB) | |
| +TARGETS += $(LIB_STATIC) | |
|   | |
|  all: $(SUBDIRS) $(TARGETS) | |
|   | |
| --- ./dmsetup/Makefile.in.orig	2007-08-21 20:32:30.000000000 +0000 | |
| +++ ./dmsetup/Makefile.in	2008-03-10 22:53:55.000000000 +0000 | |
| @@ -16,8 +16,8 @@ | |
|  top_srcdir = @top_srcdir@ | |
|  VPATH = @srcdir@ | |
|   | |
| -TARGETS = dmsetup | |
| -INSTALL_TYPE = install_dynamic | |
| +TARGETS = | |
| +INSTALL_TYPE = | |
|  LIB_PTHREAD = @LIB_PTHREAD@ | |
|   | |
|  ifeq ("@STATIC_LINK@", "yes") | |
| @@ -47,5 +47,5 @@ | |
|  	$(INSTALL) -D $(OWNER) $(GROUP) -m 555 $(STRIP) $< $(sbindir)/$< | |
|   | |
|  install_static: dmsetup.static | |
| -	$(INSTALL) -D $(OWNER) $(GROUP) -m 555 $(STRIP) $< $(sbindir)/$< | |
| +	$(INSTALL) -D $(OWNER) $(GROUP) -m 555 $(STRIP) $< $(sbindir)/dmsetup | |
|  
 | |
| 
 |