packages: resmgr/resmgr.spec - added MAX_PATH patch and define GNU_SOURCE t...

tommat tommat at pld-linux.org
Mon Sep 14 12:29:26 CEST 2009


Author: tommat                       Date: Mon Sep 14 10:29:26 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- added MAX_PATH patch and define GNU_SOURCE to allow proper building

---- Files affected:
packages/resmgr:
   resmgr.spec (1.7 -> 1.8) 

---- Diffs:

================================================================
Index: packages/resmgr/resmgr.spec
diff -u packages/resmgr/resmgr.spec:1.7 packages/resmgr/resmgr.spec:1.8
--- packages/resmgr/resmgr.spec:1.7	Wed Sep  5 18:21:16 2007
+++ packages/resmgr/resmgr.spec	Mon Sep 14 12:29:20 2009
@@ -10,6 +10,7 @@
 # Source0-md5:	c231de6ca7d59265eeeccdfcb8090801
 Patch0:		%{name}-va_list.patch
 Patch1:		%{name}-syslog.patch
+Patch2:		%{name}-MAX_PATH.patch
 URL:		http://www.lst.de/~okir/resmgr/
 BuildRequires:	pam-devel
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -40,11 +41,12 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 %{__make} \
 	CC="%{__cc}" \
-	CFLAGS="%{rpmcflags}"
+	CFLAGS="%{rpmcflags} -D_GNU_SOURCE"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -89,6 +91,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.8  2009/09/14 10:29:20  tommat
+- added MAX_PATH patch and define GNU_SOURCE to allow proper building
+
 Revision 1.7  2007/09/05 16:21:16  baggins
 - rel 3
 - fix compilation failure due to missing header
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/resmgr/resmgr.spec?r1=1.7&r2=1.8&f=u



More information about the pld-cvs-commit mailing list