summaryrefslogtreecommitdiffstats
path: root/cygwin-binutils.spec
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowitz@users.sourceforge.net>2014-08-24 13:49:03 -0500
committerYaakov Selkowitz <yselkowitz@users.sourceforge.net>2014-08-24 13:49:22 -0500
commit8dae85b46a204b418528ed4154cf315c81657e87 (patch)
treeaffca23b30590e0334326f8f8dd91179f1ff468f /cygwin-binutils.spec
parent68f3e4575f51dbc1b599f33871380e50ca2d4602 (diff)
downloadcygwin-binutils-8dae85b46a204b418528ed4154cf315c81657e87.tar.gz
cygwin-binutils-8dae85b46a204b418528ed4154cf315c81657e87.tar.xz
cygwin-binutils-8dae85b46a204b418528ed4154cf315c81657e87.zip
Patch ld to not export __dso_handle.
Diffstat (limited to 'cygwin-binutils.spec')
-rw-r--r--cygwin-binutils.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/cygwin-binutils.spec b/cygwin-binutils.spec
index ab25d95..ffb3a62 100644
--- a/cygwin-binutils.spec
+++ b/cygwin-binutils.spec
@@ -3,7 +3,7 @@
Name: cygwin-binutils
Version: 2.24.51
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Cross-compiled version of binutils for Cygwin environments
License: GPLv2+ and LGPLv2+ and GPLv3+ and LGPLv3+
@@ -17,6 +17,7 @@ Source0: binutils-gdb-%{version}.tar.bz2
%endif
Patch0: w32api-sysroot.patch
Patch1: binutils-textdomain.patch
+Patch2: ld-pe-dll-__dso_handle.patch
BuildRequires: gettext-devel
@@ -72,6 +73,7 @@ understand Cygwin executables and DLLs.
%endif
%patch0 -p1
%patch1 -p1
+%patch2 -p1
%build
@@ -279,6 +281,9 @@ cat cygwin-opcodes.lang >> cygwin-binutils.lang
%changelog
+* Mon Aug 11 2014 Yaakov Selkowitz <yselkowitz@cygwin.com> - 2.24.51-3
+- Patch ld to not export __dso_handle.
+
* Tue Jun 10 2014 Yaakov Selkowitz <cygwin-ports-general@lists.sourceforge.net> - 2.24.51-2
- Updated snapshot to fix resource section alignment.