Browse Source

Marked device-mapper as DIETLIBC, and adapted to also activate static mode when SDECFG_DIETLIBC_device_mapper

boot-lvm
Alejandro Mery 17 years ago
parent
commit
c7f7b26231
  1. 4
      base/device-mapper/device-mapper.conf
  2. 1
      base/device-mapper/device-mapper.desc

4
base/device-mapper/device-mapper.conf

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../device-mapper/device-mapper.conf
# Copyright (C) 2007 The OpenSDE Project
# Copyright (C) 2007 - 2008 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project
#
# More information can be found in the files COPYING and README.
@ -16,7 +16,7 @@
prefix=
set_confopt
if [ "$SDECFG_STATIC" == 1 ]; then
if [ "$SDECFG_STATIC" == 1 -o "$SDECFG_DIETLIBC_device_mapper" == 1 ]; then
var_append patchfiles ' ' "$confdir/no_dynamic.diff"
var_append confopt ' ' '--enable-static_link=yes'
libdir="/usr/lib"

1
base/device-mapper/device-mapper.desc

@ -27,6 +27,7 @@
[M] Alejandro Mery <amery@opensde.org>
[C] extra/filesystem
[F] DIETLIBC
[L] GPL
[S] Stable

Loading…
Cancel
Save