[Pkg-phototools-devel] Bug#802317: Do not export all the symbols

Mathieu Malaterre malat at debian.org
Mon Oct 19 12:15:43 UTC 2015


Package: src:openexr

openexr defines a clean API on windows, we should to the same on linux:

$ grep -r declspec *
IlmImf/ImfExport.h:    #define IMF_EXPORT __declspec(dllexport)
IlmImf/ImfExport.h:        #define IMF_EXPORT_CONST extern __declspec(dllexport)
IlmImf/ImfExport.h:    #define IMF_EXPORT __declspec(dllimport)
IlmImf/ImfExport.h:    #define IMF_EXPORT_CONST extern __declspec(dllimport)


We will need to switch to cmake at this point.



More information about the Pkg-phototools-devel mailing list