Package: boinc-app-milkyway
Version: 0.18d-1
Followup-For: Bug #628256
User: [email protected]
Usertags: origin-ubuntu oneiric ubuntu-patch
In Ubuntu, the attached patch was applied to achieve the following:
* bin/make.linux: Correct syntax that broke the build. Fixes FTBFS.
(LP: #765947)
Thanks for considering the patch.
-- System Information:
Debian Release: wheezy/sid
APT prefers oneiric-updates
APT policy: (500, 'oneiric-updates'), (500, 'oneiric-security'), (500,
'oneiric-proposed'), (500, 'oneiric')
Architecture: amd64 (x86_64)
Kernel: Linux 3.0.0-11-generic (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -u boinc-app-milkyway-0.18d/debian/changelog boinc-app-milkyway-0.18d/debian/changelog
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