]> git.ipfire.org Git - thirdparty/asterisk.git/commit
menuselect: Add DragonFly BSD.
authorAlexander Traud <pabstraud@compuserve.com>
Fri, 20 Apr 2018 10:40:21 +0000 (12:40 +0200)
committerAlexander Traud <pabstraud@compuserve.com>
Fri, 20 Apr 2018 10:44:12 +0000 (12:44 +0200)
commitd54637373ab890b9e8b239290a241ca821058077
treecff82e54e62bbde618874f50abe4b1a6bec47f76
parenta9c74fdc0462349bd9ae6f25ae72f071c95d1e76
menuselect: Add DragonFly BSD.

In DragonFly BSD, added libraries from ports are placed into /usr/local.
Therefore, this directory must be added for the preprocessor, compiler, and
linker.

Beside that, the script ./configure was updated:
* OSARCH list was outdated and not used, removed.
* AC_CANONICAL_BUILD was not used.
* _REENTRANT, this feature test macro is obsolete.

ASTERISK-27820

Change-Id: I186d88d99cfa4de6569888e12ac97bd2f441c422
menuselect/Makefile
menuselect/autoconfig.h.in
menuselect/configure
menuselect/configure.ac