]> git.saurik.com Git - apt.git/commit - apt-pkg/CMakeLists.txt
CMake: Add missing iconv dependency
authorJulian Andres Klode <jak@debian.org>
Fri, 26 Aug 2016 15:55:28 +0000 (17:55 +0200)
committerJulian Andres Klode <jak@debian.org>
Fri, 26 Aug 2016 20:24:25 +0000 (22:24 +0200)
commit01d207a5076b6fc37a064645b13f2c6550f58b94
treeed04cb857a9f5d4c53a84d9951834fa5bb2a1cac
parent6f1f3c9afdb6ade6a7be110b90c8fc9e603254cf
CMake: Add missing iconv dependency

FreeBSD has two iconv systems: It ships an iconv.h itself,
and symbols for that in the libc. But there's also the port
of GNU libiconv, which unfortunately for us, Doxygen depends
on.

This changes things to prefer a separate libiconv library
over the system one; that is, the port on FreeBSD.

Gbp-Dch: ignore
CMake/FindIconv.cmake [new file with mode: 0644]
CMakeLists.txt
apt-pkg/CMakeLists.txt