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
f5501498
Kaydet (Commit)
f5501498
authored
Ara 12, 2011
tarafından
Fridrich Štrba
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Enable OpenSSL support in the internal libpq
üst
9ab205af
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
7 deletions
+3
-7
makefile.mk
connectivity/source/drivers/postgresql/makefile.mk
+1
-0
makefile.mk
postgresql/makefile.mk
+2
-7
No files found.
connectivity/source/drivers/postgresql/makefile.mk
Dosyayı görüntüle @
f5501498
...
@@ -151,6 +151,7 @@ SHL2STDLIBS= \
...
@@ -151,6 +151,7 @@ SHL2STDLIBS= \
$(CPPUHELPERLIB)
\
$(CPPUHELPERLIB)
\
$(SALLIB)
\
$(SALLIB)
\
$(SALHELPERLIB)
\
$(SALHELPERLIB)
\
$(OPENSSLLIB)
\
$(POSTGRESQL_LIB)
\
$(POSTGRESQL_LIB)
\
$(LIBPQ_LINK)
$(LIBPQ_LINK)
...
...
postgresql/makefile.mk
Dosyayı görüntüle @
f5501498
...
@@ -52,17 +52,12 @@ CONFIGURE_DIR=.
...
@@ -52,17 +52,12 @@ CONFIGURE_DIR=.
BUILD_DIR
=
src
BUILD_DIR
=
src
CONFIGURE_ACTION
=
CONFIGURE_ACTION
=
BUILD_ACTION
=
nmake
-f
win32.mak
BUILD_ACTION
=
nmake
-f
win32.mak
USE_SSL
=
1
.ELSE
.ELSE
CONFIGURE_DIR
=
.
CONFIGURE_DIR
=
.
BUILD_DIR
=
src/interfaces/libpq
BUILD_DIR
=
src/interfaces/libpq
# TODO:
CONFIGURE_ACTION
=
./configure
--without-readline
--disable-shared
--with-openssl
# --datarootdir changes where libpq expects internationalisation of its messages
# (which we don't install anyway for now...)
# --sysconfdir: config files. Ideally, we would like that to be "the same as the platform default",
# but that's quite some guessing work.
CONFIGURE_ACTION
=
./configure
--without-readline
--disable-shared
BUILD_ACTION
=
make
-j
$(GMAKE_MODULE_PARALLELISM)
all-static-lib
BUILD_ACTION
=
make
-j
$(GMAKE_MODULE_PARALLELISM)
all-static-lib
.ENDIF
.ENDIF
...
...
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