From e991c42864f8c1affe764c5275ef945f79341f04 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Fri, 26 Apr 2013 23:08:41 +0200 Subject: [PATCH] libxml2 2.8.0 recipe: Re-add missing "make in BUILD() --- dev-libs/libxml2/libxml2-2.8.0.recipe | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-libs/libxml2/libxml2-2.8.0.recipe b/dev-libs/libxml2/libxml2-2.8.0.recipe index 8acd7b29c..ea7897ead 100644 --- a/dev-libs/libxml2/libxml2-2.8.0.recipe +++ b/dev-libs/libxml2/libxml2-2.8.0.recipe @@ -54,6 +54,7 @@ BUILD() runConfigure ./configure LDFLAGS="-lnetwork" \ --with-html-dir=$docDir/html \ --with-html-subdir="" + make } INSTALL()