|
|
|
@ -1,7 +1,8 @@
|
|
|
|
|
# --- T2-COPYRIGHT-NOTE-BEGIN ---
|
|
|
|
|
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
|
|
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
|
|
|
|
#
|
|
|
|
|
# T2 SDE: package/.../device-mapper/no_dynamic.diff
|
|
|
|
|
# Filename: package/.../device-mapper/no_dynamic.diff
|
|
|
|
|
# Copyright (C) 2007 The OpenSDE Project
|
|
|
|
|
# Copyright (C) 2006 The T2 SDE Project
|
|
|
|
|
#
|
|
|
|
|
# More information can be found in the files COPYING and README.
|
|
|
|
@ -12,7 +13,7 @@
|
|
|
|
|
# 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.
|
|
|
|
|
# --- T2-COPYRIGHT-NOTE-END ---
|
|
|
|
|
# --- 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
|
|
|
|
@ -49,3 +50,10 @@
|
|
|
|
|
|
|
|
|
|
ifeq ("@STATIC_LINK@", "yes")
|
|
|
|
|
TARGETS += dmsetup.static
|
|
|
|
|
@@ -45,5 +45,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
|
|
|
|
|
|
|
|
|
|