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
246d26fa
Kaydet (Commit)
246d26fa
authored
Agu 27, 2012
tarafından
Takeshi Abe
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix typo LD_LIBARY_PATH
Change-Id: Iff2b85db621eb7b40d8a46a6452b8cae01a91e2e
üst
71c1de8f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
setsdkenv_unix.csh.in
odk/setsdkenv_unix.csh.in
+3
-3
epmfile.pm
solenv/bin/modules/installer/epmfile.pm
+2
-2
No files found.
odk/setsdkenv_unix.csh.in
Dosyayı görüntüle @
246d26fa
...
...
@@ -104,7 +104,7 @@ switch (`${OO_SDK_HOME}/config.guess | cut -d"-" -f3,4`)
set exampleout=SOLARISexample.out
# set LD_LIBRARY_PATH
if ( $?LD_LIBARY_PATH == 0) then
if ( $?LD_LIB
R
ARY_PATH == 0) then
setenv LD_LIBRARY_PATH ${OO_SDK_HOME}/lib:${OO_SDK_OUT}/${exampleout}/lib:${OO_SDK_URE_LIB_DIR}:.
else
setenv LD_LIBRARY_PATH ${OO_SDK_HOME}/lib:${OO_SDK_OUT}/${exampleout}/lib:${OO_SDK_URE_LIB_DIR}:.:${LD_LIBRARY_PATH}
...
...
@@ -125,7 +125,7 @@ switch (`${OO_SDK_HOME}/config.guess | cut -d"-" -f3,4`)
set platform=Linux
# set LD_LIBRARY_PATH
if ( $?LD_LIBARY_PATH == 0) then
if ( $?LD_LIB
R
ARY_PATH == 0) then
setenv LD_LIBRARY_PATH ${OO_SDK_HOME}/lib:${OO_SDK_OUT}/${exampleout}/lib:${OO_SDK_URE_LIB_DIR}:.
else
setenv LD_LIBRARY_PATH ${OO_SDK_HOME}/lib:${OO_SDK_OUT}/${exampleout}/lib:${OO_SDK_URE_LIB_DIR}:.:${LD_LIBRARY_PATH}
...
...
@@ -167,7 +167,7 @@ switch (`${OO_SDK_HOME}/config.guess | cut -d"-" -f3,4`)
set platform=FreeBSD
# set LD_LIBRARY_PATH
if ( $?LD_LIBARY_PATH == 0) then
if ( $?LD_LIB
R
ARY_PATH == 0) then
setenv LD_LIBRARY_PATH ${OO_SDK_HOME}/lib:${OO_SDK_OUT}/${exampleout}/lib:${OO_SDK_URE_LIB_DIR}:.
else
setenv LD_LIBRARY_PATH ${OO_SDK_HOME}/lib:${OO_SDK_OUT}/${exampleout}/lib:${OO_SDK_URE_LIB_DIR}:.:${LD_LIBRARY_PATH}
...
...
solenv/bin/modules/installer/epmfile.pm
Dosyayı görüntüle @
246d26fa
...
...
@@ -2401,7 +2401,7 @@ sub create_packages_without_epm
if
(
$rpm_failed
)
{
# Because of the problems with LD_LIBARY_PATH, a direct call of local "rpm" or "rpmbuild" might be successful
# Because of the problems with LD_LIB
R
ARY_PATH, a direct call of local "rpm" or "rpmbuild" might be successful
my
$rpmprog
=
""
;
if
(
-
f
"/usr/bin/rpmbuild"
)
{
$rpmprog
=
"/usr/bin/rpmbuild"
;
}
elsif
(
-
f
"/usr/bin/rpm"
)
{
$rpmprog
=
"/usr/bin/rpm"
;
}
...
...
@@ -2420,7 +2420,7 @@ sub create_packages_without_epm
my
$helperreturnvalue
=
$?
;
# $? contains the return value of the systemcall
$infoline
=
"\nLast try: Using $rpmprog directly (problem with LD_LIBARY_PATH)\n"
;
$infoline
=
"\nLast try: Using $rpmprog directly (problem with LD_LIB
R
ARY_PATH)\n"
;
push
(
@
installer::globals::
logfileinfo
,
$infoline
);
$infoline
=
"\nSystemcall: $helpersystemcall\n"
;
...
...
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