Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
cfdfd1ad
Kaydet (Commit)
cfdfd1ad
authored
Agu 29, 2013
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Simplify and fix the embedded Firebird on Linux
Change-Id: Ibd29bb964cd090cbfd958a9e54658249e8ce4317
üst
17e904ed
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
19 additions
and
41 deletions
+19
-41
ExternalPackage_firebird.mk
firebird/ExternalPackage_firebird.mk
+2
-3
UnpackedTarball_firebird.mk
firebird/UnpackedTarball_firebird.mk
+1
-0
firebird-rpath.patch.0
firebird/firebird-rpath.patch.0
+11
-0
file_firebird.scp
scp2/source/firebird/file_firebird.scp
+5
-32
module_firebird.scp
scp2/source/firebird/module_firebird.scp
+0
-6
No files found.
firebird/ExternalPackage_firebird.mk
Dosyayı görüntüle @
cfdfd1ad
...
...
@@ -17,9 +17,8 @@ $(eval $(call gb_ExternalPackage_add_file,firebird,lib/ifbembed.lib,gen/firebird
else ifeq ($(OS),MACOSX)
$(eval $(call gb_ExternalPackage_add_file,firebird,lib/libfbembed.dylib,gen/firebird/lib/libfbembed.dylib.2.5.2))
else
$(eval $(call gb_ExternalPackage_add_file,firebird,lib/libfbembed.so.2.5.2,gen/firebird/lib/libfbembed.so.2.5.2))
$(eval $(call gb_ExternalPackage_add_file,firebird,lib/libfbembed.so.2.5,gen/firebird/lib/libfbembed.so.2.5))
$(eval $(call gb_ExternalPackage_add_file,firebird,lib/libfbembed.so,gen/firebird/lib/libfbembed.so))
$(eval $(call gb_ExternalPackage_add_file,firebird,lib/libfbembed.so.2.5,gen/firebird/lib/libfbembed.so.2.5.2))
$(eval $(call gb_ExternalPackage_add_file,firebird,lib/libfbembed.so,gen/firebird/lib/libfbembed.so.2.5.2))
endif
# vim: set noet sw=4 ts=4:
firebird/UnpackedTarball_firebird.mk
Dosyayı görüntüle @
cfdfd1ad
...
...
@@ -13,6 +13,7 @@ $(eval $(call gb_UnpackedTarball_set_tarball,firebird,$(FIREBIRD_TARBALL)))
$(eval $(call gb_UnpackedTarball_add_patches,firebird,\
firebird/firebird-icu.patch.1 \
firebird/firebird-rpath.patch.0 \
))
$(eval $(call gb_UnpackedTarball_add_patches,firebird,\
...
...
firebird/firebird-rpath.patch.0
0 → 100644
Dosyayı görüntüle @
cfdfd1ad
--- builds/posix/make.defaults
+++ builds/posix/make.defaults
@@ -255,7 +255,7 @@
LIB_PLATFORM_RPATH = -Wl,-rpath,$(1)
ifeq ($(strip @BINRELOC_CFLAGS@),)
-LIB_LINK_RPATH = $(call LIB_PLATFORM_RPATH,$(if $(subst intl,,$(1)),@FB_LIBDIR@,@FB_INTLDIR@))
+LIB_LINK_RPATH = $(call LIB_PLATFORM_RPATH,'$$ORIGIN')
else
LIB_LINK_RPATH = $(call LIB_PLATFORM_RPATH,'$$$$ORIGIN/../$(1)')
endif
scp2/source/firebird/file_firebird.scp
Dosyayı görüntüle @
cfdfd1ad
...
...
@@ -20,43 +20,16 @@
#ifndef SYSTEM_FIREBIRD
/*File gid_File_Firebird
TXT_FILE_BODY;
Dir = gid_Dir_Brand_Root;
Name = "firebird.filelist";
Styles = (FILELIST,USE_INTERNAL_RIGHTS);
End*/
#if !defined MACOSX
File gid_File_Firebird_Lib_252
LIB_FILE_BODY;
Styles = (PACKED);
Dir = SCP2_OOO_LIB_DIR;
#ifdef UNX
Name = STRING(CONCAT4(libfbembed,UNXSUFFIX,.,2.5.2));
#endif
End
File gid_File_Firebird_Lib_25
LIB_FILE_BODY;
Styles = (PACKED);
Dir = SCP2_OOO_LIB_DIR;
#ifdef UNX
Name = STRING(CONCAT4(libfbembed,UNXSUFFIX,.,2.5));
#endif
End
#endif
File gid_File_Firebird_Lib
LIB_FILE_BODY;
Styles = (PACKED);
Dir = SCP2_OOO_LIB_DIR;
#ifdef UNX
Name = STRING(CONCAT2(libfbembed,UNXSUFFIX));
#if defined MACOSX
Name = "libfbembed.dylib";
#elif defined UNX
Name = STRING(CONCAT3(libfbembed,UNXSUFFIX,.2.5));
#else
Name = "ifbembed.dll";
Name = "ifbembed.dll";
#endif
End
...
...
scp2/source/firebird/module_firebird.scp
Dosyayı görüntüle @
cfdfd1ad
...
...
@@ -23,15 +23,9 @@
Module gid_Module_Firebird
PackageInfo = "packinfo_office.txt";
ParentID = gid_Module_Root_Brand;
Dirs = ();
Files = (
#if defined UNX && !defined MACOSX
File gid_File_Firebird_Lib_252,
File gid_File_Firebird_Lib_25,
#endif
File gid_File_Firebird_Lib
);
Unixlinks = ();
Styles = (HIDDEN_ROOT);
End
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment