Browse Source

config.in: enable SUSV3 support in uclibc because lvm2 needs usleep()

master
Christian Wiese 11 years ago
parent
commit
9b80e373d8
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      config.in

+ 3
- 1
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'

Loading…
Cancel
Save