Search
j0ke.net Open Build Service
>
Projects
>
mozilla
>
MozillaThunderbird
> enig-shared.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File enig-shared.patch of Package MozillaThunderbird
--- ipc/src/Makefile.in.orig 2005-06-14 09:19:56.000000000 +0200 +++ enigmail/ipc/src/Makefile.in 2005-06-14 09:20:09.000000000 +0200 @@ -74,6 +74,7 @@ EXPORTS = \ LOCAL_INCLUDES = \ -I$(srcdir)/../build \ + -fPIC \ $(NULL) CPPSRCS = \ --- enigmail/build/Makefile.in.orig 2005-10-04 20:12:03.000000000 +0200 +++ enigmail/build/Makefile.in 2005-10-04 20:12:35.000000000 +0200 @@ -51,9 +51,10 @@ LIBRARY_NAME = enigmime SHORT_LIBNAME = enigmime -MODULE_NAME = EnigModule +#MODULE_NAME = EnigModule IS_COMPONENT = 1 +FORCE_SHARED_LIB = 1 ifdef USE_XPCOM_GLUE # Ensure that the xpcom classes that we build --- enigmail/src/Makefile.in.orig 2006-01-11 20:54:23.000000000 +0100 +++ enigmail/src/Makefile.in 2006-01-11 20:54:43.000000000 +0100 @@ -94,6 +94,7 @@ LOCAL_INCLUDES = \ -I$(srcdir)/../build \ -I$(srcdir)/../../../mime/src \ + -fPIC \ $(NULL) CPPSRCS = \