diff options
author | Ahmed Ammar <b33fc0d3@gentoo.org> | 2009-07-28 08:02:49 +0000 |
---|---|---|
committer | Ahmed Ammar <b33fc0d3@gentoo.org> | 2009-07-28 08:02:49 +0000 |
commit | d430129e4881ef33e1ed9c528577c34cde9c9c2b (patch) | |
tree | a68da35d665dfe299f2fb9e76bdb30272070ec52 /dev-cpp/IceE/files | |
parent | Version bump. (diff) | |
download | gentoo-2-d430129e4881ef33e1ed9c528577c34cde9c9c2b.tar.gz gentoo-2-d430129e4881ef33e1ed9c528577c34cde9c9c2b.tar.bz2 gentoo-2-d430129e4881ef33e1ed9c528577c34cde9c9c2b.zip |
Bump ebuild to fix security QA (bug #254975)
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'dev-cpp/IceE/files')
-rw-r--r-- | dev-cpp/IceE/files/IceE-1.3.0-remove-explicit-rpath.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-cpp/IceE/files/IceE-1.3.0-remove-explicit-rpath.patch b/dev-cpp/IceE/files/IceE-1.3.0-remove-explicit-rpath.patch new file mode 100644 index 000000000000..6073b9ac054a --- /dev/null +++ b/dev-cpp/IceE/files/IceE-1.3.0-remove-explicit-rpath.patch @@ -0,0 +1,11 @@ +--- ./IceE-1.3.0/cppe/config/Make.rules.Linux.orig 2009-07-28 10:14:31.000000000 +0300 ++++ ./IceE-1.3.0/cppe/config/Make.rules.Linux 2009-07-28 10:21:34.000000000 +0300 +@@ -119,7 +119,7 @@ + + mklib = $(AR) cr $(1) $(2) + +-LDPLATFORMFLAGS = -Wl,--enable-new-dtags -Wl,-rpath,$(install_libdir) ++LDPLATFORMFLAGS = -Wl,--enable-new-dtags + + ifeq ($(OPTIMIZE_SIZE),yes) + ifeq ($(STATICLIBS),yes) |