Fix x86_64 build-install Compliance 96/3696/1
authorBaptiste DURAND <baptiste.durand@eurogiciel.fr>
Tue, 28 May 2013 14:17:49 +0000 (16:17 +0200)
committerBaptiste DURAND <baptiste.durand@eurogiciel.fr>
Tue, 28 May 2013 14:17:49 +0000 (16:17 +0200)
commit95626c3cd91c3b6b53d0f36e57044cbf662f3ed4
tree76c4519ae37bfb05b6e585ecfb788949f3ca8e80
parent28d245a069e9188670eafb4a2743d11972bfd327
Fix x86_64 build-install Compliance

-> Fix hardcoded path
-> MmsPluginStorage.cpp: change variable type from unsinged int to size_t to avoid:
cannot convert 'unsigned int*' to 'size_t* {aka long unsigned int*}' for argument '2' to 'char* _MsgMmsSerializeMessageData(const MMS_MESSAGE_DATA_S*, size_t*)'
CMakeLists.txt
config/plugin.cfg [deleted file]
config/plugin.cfg.in [new file with mode: 0755]
packaging/msg-service.spec
plugin/mms_plugin/MmsPluginStorage.cpp