From dc7d7aa5bd86add57a9457af9ce7334e2b38a8bd Mon Sep 17 00:00:00 2001 From: Luka Vandervelden Date: Thu, 29 Aug 2019 00:53:55 +0200 Subject: [PATCH] libyaml: prefix added --- libyaml/recipe.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/libyaml/recipe.spec b/libyaml/recipe.spec index ac14eaf..4986be0 100644 --- a/libyaml/recipe.spec +++ b/libyaml/recipe.spec @@ -2,6 +2,10 @@ name: libyaml version: 0.2.2 release: 1 sources: https://github.com/yaml/libyaml/archive/%{version}.tar.gz -> %{name}-%{version}.tar.gz -@configure - cd libyaml-%{version} && ./bootstrap && ./configure --prefix=/usr +prefix: /usr/weirdos + +@configure + cd libyaml-%{version} + ./bootstrap + ./configure --prefix=%{prefix} --enable-static