[Buildroot] [PATCH v2 5/6] lvm2: Compile and install application library.

Peter Korsgaard jacmet at uclibc.org
Sun Feb 3 21:47:13 UTC 2013


>>>>> "Belisko" == Belisko Marek <marek.belisko at gmail.com> writes:

Hi,

 Marek> +config BR2_PACKAGE_LVM2_APP_LIBRARY
 Marek> +       bool "install application library"
 >> 
 >> This option doesn't make much sense in combination with DMSETUP_ONLY, so
 >> I've made it depend on !DMSETUP_ONLY

 Belisko> This patch was from v2 and was dropped in v3 because it wasn't
 Belisko> necessary.  Please see
 Belisko> http://lists.busybox.net/pipermail/buildroot/2013-January/065740.html
 Belisko> I've tested it also with fresh build and it was working
 Belisko> without this patch.

Hmm, it didn't work for me here.

>From lvm2 configure.in:

AC_ARG_ENABLE(applib,
              AC_HELP_STRING([--enable-applib], [build application library]),
              APPLIB=$enableval, APPLIB=no)
AC_MSG_RESULT($APPLIB)

E.G. applib defaults to disabled.

Makefile.in:

ifeq ("@APPLIB@", "yes")
  SUBDIRS += liblvm
endif

So I wonder how you could have gotten the liblvm subdir built without
either passing --enable-applib or explicitly calling make liblvm.

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list