Go to file
Yann E. MORIN bff7b75552 package/nut: disable libltdl (and nut-scanner) for static-only
nut-scanner needs libltdl, a wrapper around dlopen/dlsym. This does not
really make sense on a static-only build.

Disable use of libltdl in static-only builds; this disble nut-scanner.

Fixes:
    http://autobuild.buildroot.org/results/d8e/d8e769709681b1965f36eb5c27f71f3a1f5adcf1/
    http://autobuild.buildroot.org/results/6e4/6e403642069093389acbeeccd7030b76d4ab68be/
    http://autobuild.buildroot.org/results/fa4/fa4c647ce58b91b863d8de5bf9d44b2060a1cf1c/
    and so many others...

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-12-20 13:56:01 +01:00
arch
board
boot
configs
docs manual: clarify policy when updating a package patch 2015-12-16 23:44:03 +01:00
fs
linux
package package/nut: disable libltdl (and nut-scanner) for static-only 2015-12-20 13:56:01 +01:00
support
system
toolchain toolchain-external: Ti Arago ARM: support only one version 2015-12-20 13:47:43 +01:00
.defconfig
.gitignore
CHANGES
Config.in Config.in: Introduce a new BR2_DEPRECATED_SINCE_2015_11 variable 2015-12-17 21:54:06 +01:00
Config.in.legacy directfb: remove cle266 and unichrome support 2015-12-20 13:54:54 +01:00
COPYING
Makefile Makefile: valgrind needs non-stripped dynamic linker library 2015-12-17 23:21:17 +01:00
Makefile.legacy
README

Buildroot is a simple, efficient and easy-to-use tool to generate embedded
Linux systems through cross-compilation.

The documentation can be found in docs/manual. You can generate a text
document with 'make manual-text' and read output/docs/manual/manual.text.
Online documentation can be found at http://buildroot.org/docs.html

To build and use the buildroot stuff, do the following:

1) run 'make menuconfig'
2) select the target architecture and the packages you wish to compile
3) run 'make'
4) wait while it compiles
5) find the kernel, bootloader, root filesystem, etc. in output/images

You do not need to be root to build or run buildroot.  Have fun!

Buildroot comes with a basic configuration for a number of boards. Run
'make list-defconfigs' to view the list of provided configurations.

Please feed suggestions, bug reports, insults, and bribes back to the
buildroot mailing list: buildroot@buildroot.org
You can also find us on #buildroot on Freenode IRC.