tags 628256 + patch
tags 628256 + pending
thanks

Dear maintainer,

I've prepared an NMU for boinc-app-milkyway (versioned as 0.18d-1.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards.

-- 
 .''`.   Homepage: http://info.comodo.priv.at/ - OpenPGP key ID: 0x8649AA06
 : :' :  Debian GNU/Linux user, admin, & developer - http://www.debian.org/
 `. `'   Member of VIBE!AT & SPI, fellow of Free Software Foundation Europe
   `-    NP: Nick Drake: Three Hours
diff -u boinc-app-milkyway-0.18d/debian/changelog boinc-app-milkyway-0.18d/debian/changelog
--- boinc-app-milkyway-0.18d/debian/changelog
+++ boinc-app-milkyway-0.18d/debian/changelog
@@ -1,3 +1,13 @@
+boinc-app-milkyway (0.18d-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix "FTBFS: g++: error: unrecognized option '--export_dynamic'":
+    add patch from Ubuntu / Daniel T Chen:
+    - bin/make.linux: Correct syntax that broke the build. Fixes FTBFS.
+      (LP: #765947) (Closes: #628256)
+
+ -- gregor herrmann <gre...@debian.org>  Mon, 24 Oct 2011 16:53:59 +0200
+
 boinc-app-milkyway (0.18d-1) unstable; urgency=low
 
   * Upload to unstable with proper version number
diff -u boinc-app-milkyway-0.18d/bin/make.linux boinc-app-milkyway-0.18d/bin/make.linux
--- boinc-app-milkyway-0.18d/bin/make.linux
+++ boinc-app-milkyway-0.18d/bin/make.linux
@@ -12,7 +12,7 @@
 	-I$(BOINC_DIR)
 CXX := g++
 #LDFLAGS := -Wl -static -static-libgcc
-LDFLAGS := -Wl --export_dynamic
+LDFLAGS := -Wl,--export-dynamic
 
 ifeq ($(ARCH),i686)
 CXXFLAGS += -m32

Attachment: signature.asc
Description: Digital signature

Reply via email to