From 9b80e373d8246fa2f72dd9cf2d62a35c9f12c6f0 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Mon, 24 Sep 2012 15:25:27 +0200 Subject: [PATCH] config.in: enable SUSV3 support in uclibc because lvm2 needs usleep() --- config.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config.in b/config.in index 3679018..65b009f 100644 --- a/config.in +++ b/config.in @@ -2,7 +2,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: target/idunn/config.in -# Copyright (C) 2008 - 2010 The OpenSDE Project +# Copyright (C) 2008 - 2012 The OpenSDE Project # # More information can be found in the files COPYING and README. # @@ -32,5 +32,7 @@ SDECFGSET_EXPERT=1 # enable ccache SDECFGSET_PKG_CCACHE_USEIT=1 SDECFGSET_PKG_UCLIBC_SUSV4_LEGACY=1 +# usleep() needed by lvm2 +SDECFGSET_PKG_UCLIBC_SUSV3_LEGACY=1 menu_begin MENU_MNEMOSYNE 'Mnemosyne Options'