[packages/apache-mod_dnssd] - try another way of passing APXS; --with-apxs accepts dir, not program path

qboosh qboosh at pld-linux.org
Mon Jan 6 09:51:30 CET 2014


commit c6e4700b6c5690d7a6827ebec673b741d87e6ba1
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Mon Jan 6 09:52:05 2014 +0100

    - try another way of passing APXS; --with-apxs accepts dir, not program path

 apache-mod_dnssd.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/apache-mod_dnssd.spec b/apache-mod_dnssd.spec
index 6be549f..ab52baa 100644
--- a/apache-mod_dnssd.spec
+++ b/apache-mod_dnssd.spec
@@ -34,7 +34,7 @@ poprzez DNS-SD przy użyciu Avahi.
 
 %build
 %configure \
-	--with-apxs=%{apxs}
+	APXS="%{apxs}"
 
 %{__make}
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/apache-mod_dnssd.git/commitdiff/c6e4700b6c5690d7a6827ebec673b741d87e6ba1



More information about the pld-cvs-commit mailing list