Skip to content

dectmngr: Add missing iconv-full dependency

Andreas Gnau requested to merge agnau-dectmngr-add-missing-iconv-dep into devel

dectmngr has required libiconv-full, but did not declare the dependency. This creates a risk for the build failing due to race conditions. After we removed another config-option that depended on libiconv-full the build started to fail because nothing depended on libiconv-full anymore.

Merge request reports