[ember] The no-ld-needed patch is required any more.

Bruno Wolff III bruno at fedoraproject.org
Sat Nov 19 16:39:05 UTC 2011


commit c154dcc504c00342bb05f081607aeaf13705ec1a
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Sat Nov 19 10:28:32 2011 -0600

    The no-ld-needed patch is required any more.
    
    While we still don't really need to modify LD_LIBRARY_PATH, the security
    issue with current directory being in the path has been fixed upstream
    so we'll just use the startup script as delivered.

 ember-no-ld-needed.patch |   20 --------------------
 ember.spec               |    2 --
 2 files changed, 0 insertions(+), 22 deletions(-)
---
diff --git a/ember.spec b/ember.spec
index 4fed46f..a75ac71 100644
--- a/ember.spec
+++ b/ember.spec
@@ -8,7 +8,6 @@ License:        GPLv3+
 URL:            http://www.worldforge.org/dev/eng/clients/ember
 Source0:        http://downloads.sourceforge.net/worldforge/%{name}-%{version}.tar.bz2
 Patch1:         ember-0.6.0-fix_implicit_dso.patch
-Patch2:         ember-no-ld-needed.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  SDL-devel tinyxml-devel DevIL-devel cegui-devel ogre-devel
@@ -28,7 +27,6 @@ It uses the Ogre 3D engine with CEGUI.
 %prep
 %setup -q
 %patch1 -p1
-%patch2
 
 # Encoding fix
 iconv -f iso-8859-1 -t utf-8 AUTHORS > AUTHORS.conv && mv -f AUTHORS.conv AUTHORS


More information about the scm-commits mailing list