]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit - make/unit-cc.pl
Clean up the build system properties and related code.
authorPeter Powell <petpow@saberuk.com>
Thu, 15 Aug 2013 17:55:16 +0000 (18:55 +0100)
committerPeter Powell <petpow@saberuk.com>
Thu, 15 Aug 2013 23:35:34 +0000 (00:35 +0100)
commitb86fe63a3a368d304632a3dfcba77048315c9241
tree9e50da1608c399f880a05b20f67a23af76bebd25
parentb7e793d96131e7813fe42984ec3a04254720ad20
Clean up the build system properties and related code.

- Deduplicate getcompilerflags, getdependancies, getlinkerflags.
- Remove $NoPedantic (add -Wno-pedantic to $CompileFlags instead).
- Remove --enable-freebsd-ports-openssl and all related code (this
  will be replaced with --no-pkg-config=[name] in the future).
- Remove some unused build system properties.
- Remove support for caching third party include and library paths
  (can cause unexpected problems when they change).
configure
make/configure.pm
make/unit-cc.pl
make/utilities.pm
src/modules/extra/m_sqlite3.cpp
src/modules/extra/m_ssl_gnutls.cpp
src/modules/extra/m_ssl_openssl.cpp
src/threadengine.cpp