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
46648159
Kaydet (Commit)
46648159
authored
Şub 11, 2014
tarafından
Michael Stahl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
normalize values of SYSTEM_CLUCENE, SYSTEM_EXPAT, SYSTEM_JPEG
Change-Id: I343dae79b01e1369722c7bbd1ab2c36e2bfa96ac
üst
04ff535f
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
12 deletions
+12
-12
RepositoryExternal.mk
RepositoryExternal.mk
+3
-3
configure.ac
configure.ac
+6
-6
Module_jpeg.mk
external/jpeg/Module_jpeg.mk
+1
-1
ExternalProject_python3.mk
external/python3/ExternalProject_python3.mk
+2
-2
No files found.
RepositoryExternal.mk
Dosyayı görüntüle @
46648159
...
@@ -404,7 +404,7 @@ endef
...
@@ -404,7 +404,7 @@ endef
endif # SYSTEM_ZLIB
endif # SYSTEM_ZLIB
if
eq ($(SYSTEM_JPEG),YES
)
if
neq ($(SYSTEM_JPEG),
)
define gb_LinkTarget__use_jpeg
define gb_LinkTarget__use_jpeg
$(call gb_LinkTarget_add_libs,$(1),-ljpeg)
$(call gb_LinkTarget_add_libs,$(1),-ljpeg)
...
@@ -463,7 +463,7 @@ endef
...
@@ -463,7 +463,7 @@ endef
endif # SYSTEM_MYTHES
endif # SYSTEM_MYTHES
if
eq ($(SYSTEM_EXPAT),YES
)
if
neq ($(SYSTEM_EXPAT),
)
define gb_LinkTarget__use_expat_impl
define gb_LinkTarget__use_expat_impl
$(if $(2),,$(error gb_LinkTarget__use_expat_impl needs additional parameter))
$(if $(2),,$(error gb_LinkTarget__use_expat_impl needs additional parameter))
...
@@ -2184,7 +2184,7 @@ endef
...
@@ -2184,7 +2184,7 @@ endef
endif # SYSTEM_POPPLER
endif # SYSTEM_POPPLER
if
eq ($(SYSTEM_CLUCENE),YES
)
if
neq ($(SYSTEM_CLUCENE),
)
define gb_LinkTarget__use_clucene
define gb_LinkTarget__use_clucene
$(call gb_LinkTarget_add_defs,$(1),\
$(call gb_LinkTarget_add_defs,$(1),\
...
...
configure.ac
Dosyayı görüntüle @
46648159
...
@@ -7700,7 +7700,7 @@ fi
...
@@ -7700,7 +7700,7 @@ fi
if test "$with_system_jpeg" = "yes"; then
if test "$with_system_jpeg" = "yes"; then
AC_MSG_RESULT([external])
AC_MSG_RESULT([external])
SYSTEM_JPEG=
YES
SYSTEM_JPEG=
TRUE
AC_CHECK_HEADER(jpeglib.h, [],
AC_CHECK_HEADER(jpeglib.h, [],
[AC_MSG_ERROR(jpeg.h not found. install libjpeg)], [])
[AC_MSG_ERROR(jpeg.h not found. install libjpeg)], [])
AC_CHECK_LIB(jpeg, jpeg_resync_to_restart, [ JPEG3RDLIB=-ljpeg ],
AC_CHECK_LIB(jpeg, jpeg_resync_to_restart, [ JPEG3RDLIB=-ljpeg ],
...
@@ -7708,7 +7708,7 @@ if test "$with_system_jpeg" = "yes"; then
...
@@ -7708,7 +7708,7 @@ if test "$with_system_jpeg" = "yes"; then
libo_MINGW_CHECK_DLL([libjpeg])
libo_MINGW_CHECK_DLL([libjpeg])
else
else
AC_MSG_RESULT([internal])
AC_MSG_RESULT([internal])
SYSTEM_JPEG=
NO
SYSTEM_JPEG=
BUILD_TYPE="$BUILD_TYPE JPEG"
BUILD_TYPE="$BUILD_TYPE JPEG"
fi
fi
AC_SUBST(SYSTEM_JPEG)
AC_SUBST(SYSTEM_JPEG)
...
@@ -7723,7 +7723,7 @@ dnl but the contribs-lib check seems tricky
...
@@ -7723,7 +7723,7 @@ dnl but the contribs-lib check seems tricky
AC_MSG_CHECKING([which clucene to use])
AC_MSG_CHECKING([which clucene to use])
if test "$with_system_clucene" = "yes"; then
if test "$with_system_clucene" = "yes"; then
AC_MSG_RESULT([external])
AC_MSG_RESULT([external])
SYSTEM_CLUCENE=
YES
SYSTEM_CLUCENE=
TRUE
PKG_CHECK_MODULES(CLUCENE, libclucene-core)
PKG_CHECK_MODULES(CLUCENE, libclucene-core)
CLUCENE_CFLAGS=[$(printf '%s' "$CLUCENE_CFLAGS" | sed -e 's@-I[^ ]*/CLucene/ext@@' -e "s/-I/${ISYSTEM?}/g")]
CLUCENE_CFLAGS=[$(printf '%s' "$CLUCENE_CFLAGS" | sed -e 's@-I[^ ]*/CLucene/ext@@' -e "s/-I/${ISYSTEM?}/g")]
AC_LANG_PUSH([C++])
AC_LANG_PUSH([C++])
...
@@ -7742,7 +7742,7 @@ if test "$with_system_clucene" = "yes"; then
...
@@ -7742,7 +7742,7 @@ if test "$with_system_clucene" = "yes"; then
CLUCENE_LIBS="$CLUCENE_LIBS -lclucene-contribs-lib"
CLUCENE_LIBS="$CLUCENE_LIBS -lclucene-contribs-lib"
else
else
AC_MSG_RESULT([internal])
AC_MSG_RESULT([internal])
SYSTEM_CLUCENE=
NO
SYSTEM_CLUCENE=
BUILD_TYPE="$BUILD_TYPE CLUCENE"
BUILD_TYPE="$BUILD_TYPE CLUCENE"
fi
fi
AC_SUBST(SYSTEM_CLUCENE)
AC_SUBST(SYSTEM_CLUCENE)
...
@@ -7757,7 +7757,7 @@ dnl proper pkg-config for it. It should really be fixed on the tinderbox though.
...
@@ -7757,7 +7757,7 @@ dnl proper pkg-config for it. It should really be fixed on the tinderbox though.
AC_MSG_CHECKING([which expat to use])
AC_MSG_CHECKING([which expat to use])
if test "$with_system_expat" = "yes"; then
if test "$with_system_expat" = "yes"; then
AC_MSG_RESULT([external])
AC_MSG_RESULT([external])
SYSTEM_EXPAT=
YES
SYSTEM_EXPAT=
TRUE
AC_CHECK_HEADER(expat.h, [],
AC_CHECK_HEADER(expat.h, [],
[AC_MSG_ERROR(expat.h not found. install expat)], [])
[AC_MSG_ERROR(expat.h not found. install expat)], [])
AC_CHECK_LIB([expat], [XML_ParserCreate], [:],
AC_CHECK_LIB([expat], [XML_ParserCreate], [:],
...
@@ -7765,7 +7765,7 @@ if test "$with_system_expat" = "yes"; then
...
@@ -7765,7 +7765,7 @@ if test "$with_system_expat" = "yes"; then
libo_MINGW_CHECK_DLL([libexpat])
libo_MINGW_CHECK_DLL([libexpat])
else
else
AC_MSG_RESULT([internal])
AC_MSG_RESULT([internal])
SYSTEM_EXPAT=
NO
SYSTEM_EXPAT=
BUILD_TYPE="$BUILD_TYPE EXPAT"
BUILD_TYPE="$BUILD_TYPE EXPAT"
fi
fi
AC_SUBST(SYSTEM_EXPAT)
AC_SUBST(SYSTEM_EXPAT)
...
...
external/jpeg/Module_jpeg.mk
Dosyayı görüntüle @
46648159
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
$(eval $(call gb_Module_Module,jpeg))
$(eval $(call gb_Module_Module,jpeg))
ifeq ($(SYSTEM_JPEG),
NO
)
ifeq ($(SYSTEM_JPEG),)
$(eval $(call gb_Module_add_targets,jpeg,\
$(eval $(call gb_Module_add_targets,jpeg,\
UnpackedTarball_jpeg \
UnpackedTarball_jpeg \
...
...
external/python3/ExternalProject_python3.mk
Dosyayı görüntüle @
46648159
...
@@ -75,13 +75,13 @@ $(call gb_ExternalProject_get_state_target,python3,build) :
...
@@ -75,13 +75,13 @@ $(call gb_ExternalProject_get_state_target,python3,build) :
CC="$(strip $(CC) \
CC="$(strip $(CC) \
$(if $(SYSTEM_OPENSSL),,-I$(call gb_UnpackedTarball_get_dir,openssl)/include \
$(if $(SYSTEM_OPENSSL),,-I$(call gb_UnpackedTarball_get_dir,openssl)/include \
$(if $(DISABLE_OPENSSL),,-I$(call gb_UnpackedTarball_get_dir,openssl)/include)) \
$(if $(DISABLE_OPENSSL),,-I$(call gb_UnpackedTarball_get_dir,openssl)/include)) \
$(if $(
filter NO,$(SYSTEM_EXPAT))
,-I$(call gb_UnpackedTarball_get_dir,expat)/lib) \
$(if $(
SYSTEM_EXPAT),
,-I$(call gb_UnpackedTarball_get_dir,expat)/lib) \
$(if $(SYSBASE), -I$(SYSBASE)/usr/include) \
$(if $(SYSBASE), -I$(SYSBASE)/usr/include) \
)" \
)" \
$(if $(python3_cflags),CFLAGS='$(python3_cflags)') \
$(if $(python3_cflags),CFLAGS='$(python3_cflags)') \
LDFLAGS="$(strip $(LDFLAGS) \
LDFLAGS="$(strip $(LDFLAGS) \
$(if $(SYSTEM_OPENSSL),,-L$(call gb_UnpackedTarball_get_dir,openssl)) \
$(if $(SYSTEM_OPENSSL),,-L$(call gb_UnpackedTarball_get_dir,openssl)) \
$(if $(
filter YES,$(SYSTEM_EXPAT)),,
-L$(gb_StaticLibrary_WORKDIR)) \
$(if $(
SYSTEM_EXPAT),,
-L$(gb_StaticLibrary_WORKDIR)) \
$(if $(SYSBASE), -L$(SYSBASE)/usr/lib) \
$(if $(SYSBASE), -L$(SYSBASE)/usr/lib) \
$(if $(filter WNT-GCC,$(OS)-$(COM)), -shared-libgcc \
$(if $(filter WNT-GCC,$(OS)-$(COM)), -shared-libgcc \
$(if $(filter YES,$(MINGW_SHARED_GCCLIB)),-Wl$(COMMA)--enable-runtime-pseudo-reloc-v2 -Wl$(COMMA)--export-all-symbols)) \
$(if $(filter YES,$(MINGW_SHARED_GCCLIB)),-Wl$(COMMA)--enable-runtime-pseudo-reloc-v2 -Wl$(COMMA)--export-all-symbols)) \
...
...
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