From 429c522f8990ba821785abb349478b6a827c5b17 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Sat, 13 Sep 2003 12:31:05 +0000 Subject: [PATCH] - specify full paths to get apu-config --ldflags working properly Changed files: apr-util.spec -> 1.2 --- apr-util.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/apr-util.spec b/apr-util.spec index 1965bb2..1150e32 100644 --- a/apr-util.spec +++ b/apr-util.spec @@ -42,8 +42,9 @@ Static apr-util library. %build %configure \ --with-apr=%{_bindir}/apr-config \ - --with-ldap \ - --with-iconv + --with-ldap-include=%{_includedir} \ + --with-ldap-lib=%{_libdir} \ + --with-iconv=%{_prefix} %{__make} %install -- 2.44.0