From 749d79df6e2ad58a6a0bba8e8d5a4ae9d7eca3d3 Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Wed, 13 Jun 2007 16:21:41 +0000 Subject: [PATCH] Changed device-mapper to not prefix dmsetup with .static when doing an static build --- base/device-mapper/no_dynamic.diff | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/base/device-mapper/no_dynamic.diff b/base/device-mapper/no_dynamic.diff index 5d09345c6..7ca2b33d8 100644 --- a/base/device-mapper/no_dynamic.diff +++ b/base/device-mapper/no_dynamic.diff @@ -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 +