From e640b6a2a990e85cd1dfcda1a5ef99ebe3582594 Mon Sep 17 00:00:00 2001 From: Sven Nierlein Date: Mon, 6 Apr 2020 20:00:30 +0200 Subject: [PATCH] fix builds on debian Debian/Ubuntu use different include paths. This patch enables builds on those platforms. --- goapache_build_linux.go | 1 + 1 file changed, 1 insertion(+) diff --git a/goapache_build_linux.go b/goapache_build_linux.go index a1deee1..914381f 100644 --- a/goapache_build_linux.go +++ b/goapache_build_linux.go @@ -9,6 +9,7 @@ package goapache // HTTPD // #cgo CFLAGS: -I/usr/include/httpd +#cgo CFLAGS: -I/usr/include/apache2 // // (A)pache (P)ortable (R)untime