From 53ac9532f21e0e0af045ed27ef9c0aad6ca72696 Mon Sep 17 00:00:00 2001 From: Fred Morcos Date: Wed, 20 Apr 2022 09:58:05 +0200 Subject: [PATCH] Headers in /usr/local/include/decaf are now automatically detected --- tasks.py | 1 - 1 file changed, 1 deletion(-) 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' \ -- 2.47.2