From: Fred Morcos Date: Wed, 20 Apr 2022 07:58:05 +0000 (+0200) Subject: Headers in /usr/local/include/decaf are now automatically detected X-Git-Tag: auth-4.8.0-alpha0~125^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F11562%2Fhead;p=thirdparty%2Fpdns.git Headers in /usr/local/include/decaf are now automatically detected --- diff --git a/tasks.py b/tasks.py index 8cb9c52c00..ae99cb1558 100644 --- a/tasks.py +++ b/tasks.py @@ -258,7 +258,6 @@ def ci_auth_configure(c): ./configure \ CC='clang-12' \ CXX='clang++-12' \ - CPPFLAGS='-I/usr/local/include/decaf' \ LDFLAGS='-L/usr/local/lib -Wl,-rpath,/usr/local/lib' \ --enable-option-checking=fatal \ --with-modules='bind geoip gmysql godbc gpgsql gsqlite3 ldap lmdb lua2 pipe remote tinydns' \