hubaiz / DslrDashboardServer

DslrDashboard Server for OpenWrt
GNU General Public License v3.0
159 stars 60 forks source link

Fix Linker For OpenWRT/Lede v17.01.5+ #27

Closed Johnex closed 6 years ago

Johnex commented 6 years ago

Fixed linker issue when compiling Lede v17.01.5+ using Ubuntu 18.04.1 LTS. Using the switch -lgcc caused the build to fail, while changing it to -lgcc_s fixed the issue.

Johnex commented 6 years ago

Fixed with https://github.com/hubaiz/DslrDashboardServer/pull/16