|
|
@ -2,7 +2,7 @@ |
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
# |
|
|
|
# |
|
|
|
# Filename: package/.../parted/parted.conf |
|
|
|
# Filename: package/.../parted/parted.conf |
|
|
|
# Copyright (C) 2007 The OpenSDE Project |
|
|
|
# Copyright (C) 2007 - 2008 The OpenSDE Project |
|
|
|
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|
|
|
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|
|
|
# Copyright (C) 1998 - 2004 Clifford Wolf |
|
|
|
# Copyright (C) 1998 - 2004 Clifford Wolf |
|
|
|
# |
|
|
|
# |
|
|
@ -22,3 +22,7 @@ pkginstalled readline || var_append confopt ' ' "--without-readline" |
|
|
|
|
|
|
|
|
|
|
|
# device mapper support |
|
|
|
# device mapper support |
|
|
|
pkginstalled device-mapper && var_append confopt ' ' "--enable-device-mapper" |
|
|
|
pkginstalled device-mapper && var_append confopt ' ' "--enable-device-mapper" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if [ "$SDECFG_STATIC" = 1 -o "$pkg_dietlibc_useit" = 1 ]; then |
|
|
|
|
|
|
|
var_append extraconfopt ' ' '--disable-dynamic-loading' |
|
|
|
|
|
|
|
fi |
|
|
|