summaryrefslogtreecommitdiffstats
path: root/cygwin-binutils.spec
diff options
context:
space:
mode:
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.