[Buildroot] [Bug 3397] New Package: cryptsetup

bugzilla at busybox.net bugzilla at busybox.net
Fri May 27 00:34:50 UTC 2011


https://bugs.busybox.net/show_bug.cgi?id=3397

--- Comment #3 from Matthew Pirretti <mpirretti at gmail.com>  ---
Shouldn't it be:
ifneq ($(BR2_PACKAGE_UDEV),y)
    CRYPTSETUP_CONF_OPT += --disable-udev
endif

instead of:
ifneq ($(BR2_PACKAGE_UDEV),y)
    CRYPTSETUP_CONF_OPT = --disable-udev
endif

Otherwise if BR2_PACKAGE_UDEV=n, then --with-libgcrypt-prefix will not be
defined and it won't build.

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the buildroot mailing list