소스 검색

reapply old patch for preprocessor stuff

Ralf S. Engelschall 16 년 전
부모
커밋
b396e2c2b7
2개의 변경된 파일19개의 추가작업 그리고 1개의 파일을 삭제
  1. 18 0
      sqlite/sqlite.patch
  2. 1 1
      sqlite/sqlite.spec

+ 18 - 0
sqlite/sqlite.patch

@@ -101,3 +101,21 @@ Index: sqlite3.pc.in
 -Libs.private: @LIBS@
 +Libs: -L${libdir} -lsqlite3 @LIBS@
  Cflags: -I${includedir}
+Index: configure
+--- configure.orig	2009-02-15 14:07:08 +0100
++++ configure	2009-03-04 23:04:46 +0100
+@@ -5963,13 +5963,7 @@
+ if $ac_preproc_ok; then
+   :
+ else
+-  { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
+-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+-{ { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
+-See \`config.log' for more details." >&5
+-$as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
+-See \`config.log' for more details." >&2;}
+-   { (exit 1); exit 1; }; }; }
++  :
+ fi
+ 
+ ac_ext=c

+ 1 - 1
sqlite/sqlite.spec

@@ -37,7 +37,7 @@ Class:        BASE
 Group:        Database
 License:      PD
 Version:      %{V_sqlite}
-Release:      20090220
+Release:      20090304
 
 #   package options
 %option       with_debug           no