Преглед изворни кода

Fix building under Solaris by disabling the old DES support in OpenSSL (which conflicts with the vendor stuff in /usr/include/crypt.h) Submitted by: Martin Andrews <mandrews@cle.lionbioscience.com>

Ralf S. Engelschall пре 23 година
родитељ
комит
ac821ab813
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      postgresql/postgresql.spec

+ 2 - 2
postgresql/postgresql.spec

@@ -40,7 +40,7 @@ Distribution: OpenPKG [BASE]
 Group:        Database
 License:      GPL
 Version:      %{V_postgresql}
-Release:      20030214
+Release:      20030216
 
 #   package options
 %option       with_cxx      no
@@ -107,7 +107,7 @@ AutoReqProv:  no
     #   configure package
     CC="%{l_cc}" \
     CFLAGS="%{l_cflags -O}" \
-    CPPFLAGS="%{l_cppflags}" \
+    CPPFLAGS="%{l_cppflags} -DOPENSSL_DISABLE_OLD_DES_SUPPORT" \
     LDFLAGS="%{l_ldflags}" \
     ./configure \
         --prefix=%{l_prefix} \