summaryrefslogtreecommitdiffstats
path: root/rules/libltdl.in
blob: 02e5547d961730c083164eca8ea24d72e76e695d (plain)
1
2
3
4
5
6
7
8
9
## SECTION=system_libraries
config LIBLTDL
	tristate
	prompt "libltdl"
	select LIBC_DL
	help
	  A small library that aims at hiding the various difficulties
	  of dlopening libraries from programmers.  It is a system
	  independent dlopen wrapper for GNU libtool.