Allow to enable libasan and libubsan via configure
modified auto.def
@@ -16,6 +16,8 @@ options {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -255,6 +257,15 @@ cc-check-includes bsd/err.h bsd/libutil.h bsd/readpassphrase.h \
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified mk/defs.mk.in
@@ -5,6 +5,13 @@ CC= @CC@
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|