From 0f71643956f391791628634988cc890fa7c002a3 Mon Sep 17 00:00:00 2001 From: Ion-Mihai Tetcu Date: Fri, 3 Jul 2009 10:48:12 +0000 Subject: Fix build with custom LOCALBASE. Reported by: QATty --- security/identify/files/patch-aa | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'security/identify/files/patch-aa') diff --git a/security/identify/files/patch-aa b/security/identify/files/patch-aa index 7338d0a1fa8d..40a923b1a659 100644 --- a/security/identify/files/patch-aa +++ b/security/identify/files/patch-aa @@ -4,7 +4,7 @@ -identify: identify.c - $(CC) -o identify identify.c -lauthuser + -+CFLAGS+= -I/usr/local/include -L/usr/local/lib ++CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib + +all: identify + -- cgit v1.2.3