소스 검색

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} \