]> git.ipfire.org Git - thirdparty/pdns.git/commit - configure.ac
Build ipcrypt as a separate (static) library since it's written in C
authorRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 12 Feb 2019 15:14:29 +0000 (16:14 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 25 Mar 2019 09:23:26 +0000 (10:23 +0100)
commit496151cf9c5ebe57cd265483dcf302ee735a5c86
tree7eb2b8df68134725bc0385c107bb36c87abed33d
parent488bcb3985ee7064e52468f67ae939dd1271c35f
Build ipcrypt as a separate (static) library since it's written in C

Otherwise we could compile it as C++ code, leading to this warning
from the compiler:

```
cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C
```
configure.ac
ext/Makefile.am
ext/ipcrypt/.gitignore [new file with mode: 0644]
ext/ipcrypt/Makefile.am [new file with mode: 0644]
pdns/Makefile.am
pdns/dnsdistdist/Makefile.am
pdns/dnsdistdist/configure.ac
pdns/dnsdistdist/ext/ipcrypt/Makefile.am [new symlink]