- adjust -pie patch for build.conf naming upstream
This commit is contained in:
parent
647676220a
commit
1a7e002869
@ -10,7 +10,7 @@ object built with -pie.
|
|||||||
self.manpages = options.get('manpages', '')
|
self.manpages = options.get('manpages', '')
|
||||||
self.testing = options.get('testing')
|
self.testing = options.get('testing')
|
||||||
|
|
||||||
+ if self.install == 'test' or self.install == 'fs-test':
|
+ if self.install == 'test' or self.install == 'bdb-test':
|
||||||
+ self.link_cmd = '$(LINK_TEST)'
|
+ self.link_cmd = '$(LINK_TEST)'
|
||||||
+
|
+
|
||||||
def add_dependencies(self, graph, cfg, extmap):
|
def add_dependencies(self, graph, cfg, extmap):
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
Summary: Modern Version Control System designed to replace CVS
|
Summary: Modern Version Control System designed to replace CVS
|
||||||
Name: subversion
|
Name: subversion
|
||||||
Version: 1.1.3
|
Version: 1.1.3
|
||||||
Release: 2
|
Release: 3
|
||||||
License: BSD
|
License: BSD
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
URL: http://subversion.tigris.org/
|
URL: http://subversion.tigris.org/
|
||||||
@ -204,6 +204,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 7 2005 Joe Orton <jorton@redhat.com> 1.1.3-3
|
||||||
|
- adjust -pie patch for build.conf naming upstream
|
||||||
|
|
||||||
* Wed Jan 19 2005 Joe Orton <jorton@redhat.com> 1.1.3-2
|
* Wed Jan 19 2005 Joe Orton <jorton@redhat.com> 1.1.3-2
|
||||||
- rebuild to pick up db-4.3 properly; don't ignore test failures
|
- rebuild to pick up db-4.3 properly; don't ignore test failures
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user