summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorSlava Zanko2010-06-24 11:00:59 +0200
committerPeter Korsgaard2010-06-24 17:01:15 +0200
commit1b10ce7156036684126fac70cbbbf2db783f3b47 (patch)
tree69b61ae38641f64cfcfaa179da5c884acb53414e /CHANGES
parentMakefile.autotools.in fix typo (s/extrators/extractors/) (diff)
downloadbuildroot-1b10ce7156036684126fac70cbbbf2db783f3b47.tar.gz
buildroot-1b10ce7156036684126fac70cbbbf2db783f3b47.tar.xz
buildroot-1b10ce7156036684126fac70cbbbf2db783f3b47.zip
make gconfig: fix build on Fedora-13
Closes #2095 Avoids error like: /usr/bin/ld: /dot-dot-dot/buildroot/output/build/buildroot-config/kconfig_load.o: undefined reference to symbol 'dlsym@@GLIBC_2.2.5' Need to add -ldl to list of GTK2 development libraries. Signed-off-by: Slava Zanko <slavazanko@gmail.com> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 5f84453bc..b001d623a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -44,6 +44,7 @@
#1999: Typo in path checking
#2035: ipsec-tools-0.7.2 fails to build with gcc-4.4.x
#2038: Bump ncurses to 5.7
+ #2095: make gconfig: undefined reference to symbol 'dlsym@@GLIBC_2.2.5'
2010.05, Released May 30th, 2010: