Browse Source

e2fsprogs: changed to build shared libs if possible besides at toolchain stage

stable/0.2
Christian Wiese 14 years ago
parent
commit
2bb20e1131
  1. 5
      filesystem/e2fsprogs/e2fsprogs.conf

5
filesystem/e2fsprogs/e2fsprogs.conf

@ -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

Loading…
Cancel
Save