Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.3
MozillaThunderbird
enigmail-old-gcc.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File enigmail-old-gcc.patch of Package MozillaThunderbird
# HG changeset patch # Parent 354e161f21ba8fa67aa9f140c2bcdf3b1213abda # User Wolfgang Rosenauer <wr@rosenauer.org> diff --git a/ipc/src/Makefile.enig b/ipc/src/Makefile.enig --- a/ipc/src/Makefile.enig +++ b/ipc/src/Makefile.enig @@ -57,17 +57,17 @@ objfiles = subprocess.$(OBJ_SUFF) libname = $(DLL_PREFIX)subprocess$(DLL_SUFFIX) all: libs libs: source $(CC) $(LDFLAGS) -o $(libname) $(objfiles) source: $(source) - $(CC) $(CFLAGS) -Wno-return-type-c-linkage -c -o $(objfiles) $^ + $(CC) $(CFLAGS) -c -o $(objfiles) $^ clean: rm -f $(objfiles) $(libname) tools: export: diff --git a/ipc/src/Makefile.in b/ipc/src/Makefile.in --- a/ipc/src/Makefile.in +++ b/ipc/src/Makefile.in @@ -57,17 +57,17 @@ objfiles = subprocess.$(OBJ_SUFF) libname = $(DLL_PREFIX)subprocess$(DLL_SUFFIX) all: libs libs: source $(CC) $(LDFLAGS) -o $(libname) $(objfiles) source: $(source) - $(CC) $(CFLAGS) -Wno-return-type-c-linkage -c -o $(objfiles) $^ + $(CC) $(CFLAGS) -c -o $(objfiles) $^ clean: rm -f $(objfiles) $(libname) tools: export:
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor