You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
774 B
26 lines
774 B
Index: configure |
|
--- configure.orig 2017-05-22 17:30:59.000000000 +0200 |
|
+++ configure 2017-05-22 19:32:18.625616000 +0200 |
|
@@ -6013,10 +6013,7 @@ |
|
if $ac_preproc_ok; then : |
|
|
|
else |
|
- { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
|
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
|
-as_fn_error $? "C preprocessor \"$CPP\" fails sanity check |
|
-See \`config.log' for more details" "$LINENO" 5; } |
|
+ : |
|
fi |
|
|
|
ac_ext=c |
|
Index: sqlite3.pc.in |
|
--- sqlite3.pc.in.orig 2017-05-22 17:30:59.000000000 +0200 |
|
+++ sqlite3.pc.in 2017-05-22 19:32:18.625883000 +0200 |
|
@@ -8,6 +8,5 @@ |
|
Name: SQLite |
|
Description: SQL database engine |
|
Version: @PACKAGE_VERSION@ |
|
-Libs: -L${libdir} -lsqlite3 |
|
-Libs.private: @LIBS@ |
|
+Libs: -L${libdir} -lsqlite3 @LIBS@ |
|
Cflags: -I${includedir}
|
|
|