소스 검색

fix building of PostgreSQL and MySQL drivers; enable Run-Time by default

Ralf S. Engelschall 20 년 전
부모
커밋
3b25884901
2개의 변경된 파일37개의 추가작업 그리고 1개의 파일을 삭제
  1. 36 0
      rekall/rekall.patch
  2. 1 1
      rekall/rekall.spec

+ 36 - 0
rekall/rekall.patch

@@ -165,3 +165,39 @@ Index: wizards/wizSetup.wiz
          did not exist in earlier versions of <b>Rekall</b>) then you
          can disable them here. They can be reenabled later via the
          <i>View/Options</i> menu.
+Index: db/mysql/rkScan_MySQL.py
+--- db/mysql/rkScan_MySQL.py.orig	2005-06-26 21:26:47 +0200
++++ db/mysql/rkScan_MySQL.py	2006-01-15 15:05:20 +0100
+@@ -38,7 +38,7 @@
+         libLib  = 'mysqlclient'
+ 
+     if settings.mode() in [ 'kde', 'qt3' ] :
+-        libFile = 'libmysqlclient.so'
++        libFile = 'libmysqlclient.a'
+         libLib  = 'mysqlclient'
+ 
+     incDir = rkLocator.locateFile ('mysql.h', incList)
+Index: db/pgsql/rkScan_PgSQL.py
+--- db/pgsql/rkScan_PgSQL.py.orig	2005-09-30 18:25:11 +0200
++++ db/pgsql/rkScan_PgSQL.py	2006-01-15 15:05:07 +0100
+@@ -31,7 +31,7 @@
+         libLib  = 'libpq'
+ 
+     if settings.mode() in [ 'kde', 'qt3' ] :
+-        libFile = 'libpq.so'
++        libFile = 'libpq.a'
+         libLib  = 'pq'
+ 
+     if settings.mode() in [ 'mac' ] :
+Index: db/pgsql/SConscript
+--- db/pgsql/SConscript.orig	2005-09-30 18:25:11 +0200
++++ db/pgsql/SConscript	2006-01-15 15:06:47 +0100
+@@ -31,6 +31,8 @@
+         rb.setDefine	('WIN32', '1')
+ 
+     if rkConfig.mode     in [ 'kde', 'qt3'  ] :
++        rb.addLib	('ssl')
++        rb.addLib	('crypto')
+         rb.addLib	('crypt')
+ 
+     if rkConfig.mode     in [ 'mac' ] :

+ 1 - 1
rekall/rekall.spec

@@ -36,7 +36,7 @@ Version:      2.4.0
 Release:      20060115
 
 #   package options
-%option       with_rt     no
+%option       with_rt     yes
 %option       with_kjs    yes
 %option       with_xbase  yes
 %option       with_pgsql  no