[SCM] BOINC packaging branch, master, updated. debian/7.1.10+dfsg-1-9-g7c6e42a
Gianfranco Costamagna
costamagnagianfranco at yahoo.it
Thu Jun 20 10:30:02 UTC 2013
The following commit has been merged in the master branch:
commit 7c6e42ab894e38358528322464a6353f94a35238
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date: Thu Jun 20 12:29:51 2013 +0200
Forgot some debug code.
diff --git a/debian/rules b/debian/rules
index 361eb68..43ab923 100755
--- a/debian/rules
+++ b/debian/rules
@@ -250,7 +250,7 @@ override_dh_auto_build: update-boinc-applinks.1
@echo "**** CXX=$(CXX) *****"
@echo
# disable optimization in api/, for SETI to work
- $(MAKE) -C api CFLAGS="$(CFLAGS_noopt)" CXXFLAGS="$(CXXFLAGS_noopt)" LDFLAGS=" -pthread"
+ $(MAKE) -C api CFLAGS="$(CFLAGS_noopt)" CXXFLAGS="$(CXXFLAGS_noopt)"
ifneq (,$(ENABLE_SERVER_TEST))
# FIXME For some reasons unzip build fails if hardening flags are enabled.
$(MAKE) -C zip CFLAGS="$(CFLAGS_plain)" CXXFLAGS="$(CXXFLAGS_plain)"
@@ -259,14 +259,15 @@ endif
$(MAKE)
# Generate binary message catalogs of the BOINC Manager.
- #if [ -d locale ]; then \
- for i in `ls locale`; do \
- if [ -f "locale/$$i/BOINC-Manager.po" ]; then \
- msgfmt -o "locale/$$i/BOINC-Manager.mo" \
- "locale/$$i/BOINC-Manager.po"; \
- fi; \
- done; \
- fi
+# if [ -d locale ]; then \
+# for i in `ls locale`; do \
+# if [ -f "locale/$$i/BOINC-Manager.po" ]; then \
+# msgfmt -o "locale/$$i/BOINC-Manager.mo" \
+# "locale/$$i/BOINC-Manager.po"; \
+# fi; \
+# done; \
+# fi
+
ifneq (,$(ENABLE_SERVER_TEST))
$(MAKE) -C samples/sleeper
$(MAKE) -C samples/worker
--
BOINC packaging
More information about the pkg-boinc-commits
mailing list