commit | 513914c347a4e59bafff5b1cae60e465845c948e | [log] [tgz] |
---|---|---|
author | Kevin Zheng <kevinz5000@gmail.com> | Mon Oct 14 21:49:54 2013 -0500 |
committer | Michael Giacomelli <giac2000@hotmail.com> | Fri Oct 18 03:40:01 2013 +0200 |
tree | af48a65ea7b8bf79c4437a9326e476be81cc44c6 | |
parent | f5807141b689808b70efd7fa9fc1a3be5b73a35d [diff] |
Do not compile with "-ldl" on FreeBSD. The dynmaic library support provided in dlfcn.h does not require additional linker flags on FreeBSD. It is provided with the standard C library and will fail to link if "-ldl" is specified. Change-Id: I9f21d8369d45a9be94129a1b37b4607adf673c57 Reviewed-on: http://gerrit.rockbox.org/637 Tested-by: Kevin Zheng <kevinz5000@gmail.com> Reviewed-by: Michael Giacomelli <giac2000@hotmail.com>