|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
|
# |
|
|
|
|
# Filename: package/.../e2fsprogs/e2fsprogs.conf |
|
|
|
|
# Copyright (C) 2008 - 2009 The OpenSDE Project |
|
|
|
|
# Copyright (C) 2008 - 2011 The OpenSDE Project |
|
|
|
|
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|
|
|
|
# Copyright (C) 1998 - 2004 Clifford Wolf |
|
|
|
|
# |
|
|
|
@ -39,7 +39,8 @@ if pkginstalled util-linux-ng; then
|
|
|
|
|
fi |
|
|
|
|
|
|
|
|
|
if [ "$SDECFG_STATIC" = "0" ]; then |
|
|
|
|
if atstage native || [ "$crossnative" == "cross" ] ; then |
|
|
|
|
#if atstage native || [ "$crossnative" == "cross" ] ; then |
|
|
|
|
if ! atstage toolchain ; then |
|
|
|
|
var_append confopt " " "--enable-elf-shlibs" |
|
|
|
|
fi |
|
|
|
|
fi |
|
|
|
|