diff options
author | Marek Vavruša <marek.vavrusa@nic.cz> | 2015-12-09 23:52:09 +0100 |
---|---|---|
committer | Marek Vavruša <marek.vavrusa@nic.cz> | 2015-12-10 00:43:02 +0100 |
commit | e0fe89e57a86872cc5be89d43449745b964d5ba9 (patch) | |
tree | 568df8a7a44c2ccbe39f66a7f7619b47b21e4576 /config.mk | |
parent | contrib: compile to convenience static library (diff) | |
download | knot-resolver-e0fe89e57a86872cc5be89d43449745b964d5ba9.tar.xz knot-resolver-e0fe89e57a86872cc5be89d43449745b964d5ba9.zip |
build: library able to compile to both static/dynamic versioned libs
* PIE,RELRO+NOW and other security features enabled
* support for both static/dynamic builds with BUILDMODE
* dynamic library is ABI-versioned, starting at 1
* pkg-config file is installed
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2,6 +2,8 @@ MAJOR := 1 MINOR := 0 PATCH := 0-beta2 +ABIVER := 1 +BUILDMODE := dynamic HARDENING := yes # Paths |