packages: bind/bind.spec - don't use _prefix in configure options (prevent ...

baggins baggins at pld-linux.org
Wed Aug 3 08:38:01 CEST 2011


Author: baggins                      Date: Wed Aug  3 06:38:01 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- don't use _prefix in configure options (prevent .la pollution)

---- Files affected:
packages/bind:
   bind.spec (1.321 -> 1.322) 

---- Diffs:

================================================================
Index: packages/bind/bind.spec
diff -u packages/bind/bind.spec:1.321 packages/bind/bind.spec:1.322
--- packages/bind/bind.spec:1.321	Wed Aug  3 01:20:18 2011
+++ packages/bind/bind.spec	Wed Aug  3 08:37:56 2011
@@ -41,7 +41,7 @@
 Summary(zh_CN.UTF-8):	Internet 域名服务器
 Name:		bind
 Version:	%{ver}%{pverdot}
-Release:	3
+Release:	3.1
 Epoch:		7
 License:	BSD-like
 Group:		Networking/Daemons
@@ -369,7 +369,7 @@
 	CFLAGS="-D_GNU_SOURCE=1 %{rpmcppflags}" \
 	--with-idn \
 	--with-libtool \
-	%{?with_ssl:--with-openssl=%{_prefix}} \
+	%{?with_ssl:--with-openssl} \
 	%{?with_ipv6:--enable-ipv6} \
 	%{?with_kerberos5:--with-gssapi} \
 	%{?with_sql:--with-dlz-postgres=yes} \
@@ -631,6 +631,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.322  2011/08/03 06:37:56  baggins
+- don't use _prefix in configure options (prevent .la pollution)
+
 Revision 1.321  2011/08/02 23:20:18  baggins
 - release 3
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/bind/bind.spec?r1=1.321&r2=1.322&f=u



More information about the pld-cvs-commit mailing list