Commits


Kouhei Sutou authored and Wes McKinney committed 9effbedfa69
ARROW-2283: [C++] Support Arrow C++ installed in /usr detection by pkg-config pkg-config doesn't show -I... and -L... flags when ... is the system default path (i.e. /usr). If Arrow C++ is installed in /usr, we couldn't detect include path and library path for Arrow C++. It's caused when we install Arrow C++ with .rpm and .deb packages. Author: Kouhei Sutou <kou@clear-code.com> Closes #1721 from kou/cpp-find-arrow and squashes the following commits: 4911c8fc <Kouhei Sutou> Add Debian based system support 0a2d9c99 <Kouhei Sutou> Support Arrow C++ installed in /usr detection by pkg-config