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
3708fe84
Kaydet (Commit)
3708fe84
authored
Şub 19, 2013
tarafından
Fridrich Štrba
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Kill the --without-system-stdlibs option
Change-Id: I54bff2c8593995829857d30b38b8626a8c1a1a4f
üst
d7f9b769
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
4 additions
and
126 deletions
+4
-126
config_host.mk.in
config_host.mk.in
+0
-1
configure.ac
configure.ac
+0
-18
LibreOfficeLinux.conf
distro-configs/LibreOfficeLinux.conf
+0
-1
LibreOfficeOpenBSD.conf
distro-configs/LibreOfficeOpenBSD.conf
+0
-1
OxygenOfficeLinux.conf
distro-configs/OxygenOfficeLinux.conf
+0
-1
CustomTarget_stdlibs.mk
external/CustomTarget_stdlibs.mk
+0
-21
Module_external.mk
external/Module_external.mk
+0
-10
Package_stdlibs.mk
external/Package_stdlibs.mk
+0
-17
InstallModule_stdlibs.mk
scp2/InstallModule_stdlibs.mk
+0
-38
InstallScript_setup_osl.mk
scp2/InstallScript_setup_osl.mk
+0
-3
Module_scp2.mk
scp2/Module_scp2.mk
+0
-3
packinfo_ure.txt
setup_native/source/packinfo/packinfo_ure.txt
+4
-12
No files found.
config_host.mk.in
Dosyayı görüntüle @
3708fe84
...
...
@@ -578,7 +578,6 @@ export SYSTEM_PYTHON=@SYSTEM_PYTHON@
export SYSTEM_REDLAND=@SYSTEM_REDLAND@
export SYSTEM_RHINO=@SYSTEM_RHINO@
export SYSTEM_SERVLETAPI=@SYSTEM_SERVLETAPI@
export SYSTEM_STDLIBS=@SYSTEM_STDLIBS@
export SYSTEM_UCPP=@SYSTEM_UCPP@
export SYSTEM_VIGRA=@SYSTEM_VIGRA@
export SYSTEM_ZLIB=@SYSTEM_ZLIB@
...
...
configure.ac
Dosyayı görüntüle @
3708fe84
...
...
@@ -1289,11 +1289,6 @@ AC_ARG_WITH(system-jars,
on the system. Use this to disable that]),,
[with_system_jars="$with_system_libs"])
AC_ARG_WITH(system-stdlibs,
AS_HELP_STRING([--without-system-stdlibs],
[Bundle the used libstdc++/libgcc_s into the installation set.]),,
[with_system_stdlibs="$with_system_libs"])
AC_ARG_WITH(system-cairo,
AS_HELP_STRING([--with-system-cairo],
[Use Cairo libraries already on system.]),,
...
...
@@ -7126,19 +7121,6 @@ AC_SUBST(BUILD_UNOWINREG)
AC_SUBST(MINGWCXX)
AC_SUBST(MINGWSTRIP)
dnl ===================================================================
dnl Check for system stdlibs
dnl ===================================================================
AC_MSG_CHECKING([whether to provide libstdc++/libgcc_s in the installset])
if test "$with_system_stdlibs" != "no"; then
AC_MSG_RESULT([no])
SYSTEM_STDLIBS=YES
else
AC_MSG_RESULT([yes])
SYSTEM_STDLIBS=NO
fi
AC_SUBST(SYSTEM_STDLIBS)
dnl ===================================================================
dnl Check for system zlib
dnl ===================================================================
...
...
distro-configs/LibreOfficeLinux.conf
Dosyayı görüntüle @
3708fe84
...
...
@@ -3,7 +3,6 @@
--
with
-
myspell
-
dicts
--
without
-
unix
-
wrapper
--
without
-
system
-
zlib
--
without
-
system
-
stdlibs
--
without
-
system
-
poppler
--
without
-
system
-
openssl
--
without
-
system
-
mozilla
...
...
distro-configs/LibreOfficeOpenBSD.conf
Dosyayı görüntüle @
3708fe84
...
...
@@ -38,7 +38,6 @@
--
with
-
system
-
openssl
--
with
-
system
-
poppler
--
with
-
system
-
redland
--
with
-
system
-
stdlibs
--
with
-
system
-
zlib
--
with
-
vendor
=
The
OpenBSD
project
--
without
-
junit
...
...
distro-configs/OxygenOfficeLinux.conf
Dosyayı görüntüle @
3708fe84
...
...
@@ -56,7 +56,6 @@
--
with
-
jdk
-
home
=/
usr
/
local
/
jdk1
.
6
.
0
_
23
/
--
without
-
system
-
dicts
--
without
-
system
-
zlib
--
without
-
system
-
stdlibs
--
without
-
system
-
poppler
--
without
-
system
-
openssl
--
without
-
system
-
mesa
-
headers
...
...
external/CustomTarget_stdlibs.mk
deleted
100644 → 0
Dosyayı görüntüle @
d7f9b769
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
$(eval $(call gb_CustomTarget_CustomTarget,external/stdlibs))
$(eval $(call gb_CustomTarget_register_targets,external/stdlibs,\
libgcc_s.so.$(gb_SHORTSTDC3) \
libstdc++.so.$(gb_SHORTSTDCPP3) \
))
$(call gb_CustomTarget_get_workdir,external/stdlibs)/lib%:
$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),STL,1)
$(PERL) -w $(SOLARENV)/bin/gccinstlib.pl $(notdir $@) $(dir $@)
# vim:set shiftwidth=4 tabstop=4 noexpandtab:
external/Module_external.mk
Dosyayı görüntüle @
3708fe84
...
...
@@ -30,16 +30,6 @@ $(eval $(call gb_Module_add_targets,external,\
))
endif
ifeq ($(SYSTEM_STDLIBS),NO)
ifeq ($(gb_CPPU_ENV),gcc3)
$(eval $(call gb_Module_add_targets,external,\
CustomTarget_stdlibs \
Package_stdlibs \
))
endif
endif
ifeq ($(HAVE_GETOPT),NO)
$(eval $(call gb_Module_add_targets,external,\
UnpackedTarball_glibc \
...
...
external/Package_stdlibs.mk
deleted
100644 → 0
Dosyayı görüntüle @
d7f9b769
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
$(eval $(call gb_Package_Package,stdlibs,$(call gb_CustomTarget_get_workdir,external/stdlibs)))
$(eval $(call gb_Package_add_files,stdlibs,lib, \
libgcc_s.so.$(gb_SHORTSTDC3) \
libstdc++.so.$(gb_SHORTSTDCPP3) \
))
# vim:set shiftwidth=4 tabstop=4 noexpandtab:
scp2/InstallModule_stdlibs.mk
deleted
100644 → 0
Dosyayı görüntüle @
d7f9b769
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
#
# The contents of this file are subject to the Mozilla Public License Version
# 1.1 (the "License"); you may not use this file except in compliance with
# the License or as specified alternatively below. You may obtain a copy of
# the License at http://www.mozilla.org/MPL/
#
# Software distributed under the License is distributed on an "AS IS" basis,
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
# for the specific language governing rights and limitations under the
# License.
#
# Major Contributor(s):
# Copyright (C) 2012 Red Hat, Inc., David Tardon <dtardon@redhat.com>
# (initial developer)
#
# All Rights Reserved.
#
# For minor contributions see the git repository.
#
# Alternatively, the contents of this file may be used under the terms of
# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# instead of those above.
$(eval $(call gb_InstallModule_InstallModule,scp2/stdlibs))
$(eval $(call gb_InstallModule_add_scpfiles,scp2/stdlibs,\
scp2/source/stdlibs/file_stdlibs \
))
$(eval $(call gb_InstallModule_add_localized_scpfiles,scp2/stdlibs,\
scp2/source/stdlibs/module_stdlibs \
))
# vim: set shiftwidth=4 tabstop=4 noexpandtab:
scp2/InstallScript_setup_osl.mk
Dosyayı görüntüle @
3708fe84
...
...
@@ -67,9 +67,6 @@ $(eval $(call gb_InstallScript_use_modules,setup_osl,\
$(if $(filter TRUE,$(ENABLE_ONLINE_UPDATE)),\
scp2/onlineupdate \
) \
$(if $(filter-out YES,$(SYSTEM_STDLIBS)),\
scp2/stdlibs \
) \
$(if $(filter TRUE,$(ENABLE_TDE)),\
scp2/tde \
) \
...
...
scp2/Module_scp2.mk
Dosyayı görüntüle @
3708fe84
...
...
@@ -73,9 +73,6 @@ $(eval $(call gb_Module_add_targets,scp2,\
$(if $(filter TRUE,$(ENABLE_TDE)),\
InstallModule_tde \
) \
$(if $(filter-out YES,$(SYSTEM_STDLIBS)),\
InstallModule_stdlibs \
) \
))
# vim: set shiftwidth=4 tabstop=4 noexpandtab:
setup_native/source/packinfo/packinfo_ure.txt
Dosyayı görüntüle @
3708fe84
...
...
@@ -20,6 +20,8 @@ Start
module = "gid_Module_Root"
solarispackagename = "%SOLSUREPACKAGEPREFIX%BRANDPACKAGEVERSION-ure"
solarisrequires = "SUNWzlibr"
solarisprovides = "%SOLSUREPACKAGEPREFIX%BRANDPACKAGEVERSION-stdlibs"
provides = "%UREPACKAGEPREFIX%BRANDPACKAGEVERSION-stdlibs"
packagename = "%UREPACKAGEPREFIX%BRANDPACKAGEVERSION-ure"
copyright = "2012 The Document Foundation"
solariscopyright = "solariscopyrightfile"
...
...
@@ -33,6 +35,8 @@ Start
module = "gid_Module_Root_Ure_Hidden"
solarispackagename = "%SOLSUREPACKAGEPREFIX%BRANDPACKAGEVERSION-ure"
solarisrequires = "SUNWzlibr"
solarisprovides = "%SOLSUREPACKAGEPREFIX%BRANDPACKAGEVERSION-stdlibs"
provides = "%UREPACKAGEPREFIX%BRANDPACKAGEVERSION-stdlibs"
packagename = "%UREPACKAGEPREFIX%BRANDPACKAGEVERSION-ure"
copyright = "2012 The Document Foundation"
solariscopyright = "solariscopyrightfile"
...
...
@@ -41,15 +45,3 @@ description = "UNO Runtime Environment"
destpath = "/opt"
packageversion = "%UREPACKAGEVERSION"
End
Start
module = "gid_Module_Optional_Stdlibs"
solarispackagename = "%SOLSUREPACKAGEPREFIX%BRANDPACKAGEVERSION-stdlibs"
packagename = "%UREPACKAGEPREFIX%BRANDPACKAGEVERSION-stdlibs"
copyright = "2012 The Document Foundation"
solariscopyright = "solariscopyrightfile"
vendor = "The Document Foundation"
description = "libstdc++ and libgcc_s for too old Linux systems"
destpath = "/opt"
packageversion = "%UREPACKAGEVERSION"
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