SPECS: xrdp.spec - BR: openssl-devel - pass CC; rm LDFLAGS set (not needed)

charles charles at pld-linux.org
Sun Sep 14 14:33:21 CEST 2008


Author: charles                      Date: Sun Sep 14 12:33:21 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- BR: openssl-devel
- pass CC; rm LDFLAGS set (not needed)

---- Files affected:
SPECS:
   xrdp.spec (1.5 -> 1.6) 

---- Diffs:

================================================================
Index: SPECS/xrdp.spec
diff -u SPECS/xrdp.spec:1.5 SPECS/xrdp.spec:1.6
--- SPECS/xrdp.spec:1.5	Wed Sep 10 15:38:21 2008
+++ SPECS/xrdp.spec	Sun Sep 14 14:33:16 2008
@@ -19,6 +19,7 @@
 Patch1:		%{name}-make.patch
 Patch2:		%{name}-signals.patch
 URL:		http://xrdp.sourceforge.net/
+BuildRequires:	openssl-devel
 BuildRequires:	pam-devel
 BuildRequires:	rpmbuild(macros) >= 1.268
 Requires(post,preun):	/sbin/chkconfig
@@ -55,7 +56,8 @@
 awk '{gsub("LIBDIR","%{_libdir}"); print}' < %{SOURCE3} > xrdp.ini
 
 %build
-LDFLAGS="-L%{_libdir}" %{__make}
+%{__make} \
+	CC="%{__cc}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -135,6 +137,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.6  2008/09/14 12:33:16  charles
+- BR: openssl-devel
+- pass CC; rm LDFLAGS set (not needed)
+
 Revision 1.5  2008/09/10 13:38:21  pawelz
 - added patch that fixes bug in sesman
 - removed bug from known bugs list in README and README.pl
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/xrdp.spec?r1=1.5&r2=1.6&f=u



More information about the pld-cvs-commit mailing list