diff options
author | David Tardon <dtardon@redhat.com> | 2013-07-24 10:28:12 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-07-24 10:28:32 +0200 |
commit | 6ae0422de5b42fcf81e9d76f5a7b6ed16946fd21 (patch) | |
tree | 5da998028fad2342b66f753d8073c72420b428f1 /scp2 | |
parent | 06312f82e635f9a279751a388506cf26502c5222 (diff) |
fdo#64916 put libsqlite3.so into instset on linux again
Change-Id: Ib53b71d23575350d875abdfb2477bba7369c040f
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/file_library_ooo.scp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/scp2/source/ooo/file_library_ooo.scp b/scp2/source/ooo/file_library_ooo.scp index b92eaaba64e5..a750edc672ed 100644 --- a/scp2/source/ooo/file_library_ooo.scp +++ b/scp2/source/ooo/file_library_ooo.scp @@ -435,6 +435,13 @@ SPECIAL_LIB_FILE(gid_File_Lib_Softokn3,softokn3) SPECIAL_LIB_FILE(gid_File_Lib_Smime3,smime3) #ifdef WNT SPECIAL_LIB_FILE(gid_File_Lib_Sqlite3,sqlite3) +#else +#if !defined(MACOSX) +File gid_File_Lib_Sqlite3 + Name = "sqlite/" SPECIAL_NAME(sqlite3); + PACKED_LIB_FILE_BODY; +End +#endif //!defined(MACOSX) #endif //WNT SPECIAL_LIB_FILE(gid_File_Lib_Ssl3,ssl3) #endif //SYSTEM_NSS |