Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 236931 | Differences between
and this patch

Collapse All | Expand All

(-)client/Makefile.am.orig (-1 / +1 lines)
Lines 61-67 Link Here
61
    work_fetch.C
61
    work_fetch.C
62
62
63
boinc_client_DEPENDENCIES =
63
boinc_client_DEPENDENCIES =
64
boinc_client_CPPFLAGS = -O3 -fomit-frame-pointer -fforce-addr -ffast-math $(AM_CPPFLAGS)
64
boinc_client_CPPFLAGS = $(AM_CPPFLAGS)
65
boinc_client_LDFLAGS = -static-libgcc
65
boinc_client_LDFLAGS = -static-libgcc
66
boinc_client_LDADD = $(LIBBOINC) $(PTHREAD_LIBS)
66
boinc_client_LDADD = $(LIBBOINC) $(PTHREAD_LIBS)
67
67

Return to bug 236931