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.
37 lines
1.1 KiB
37 lines
1.1 KiB
Index: configure |
|
--- configure.orig 2017-12-21 20:31:28.000000000 +0100 |
|
+++ configure 2017-12-21 23:05:16.108665000 +0100 |
|
@@ -6786,10 +6786,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: sqlcipher.pc.in |
|
--- sqlcipher.pc.in.orig 2017-12-21 20:31:28.000000000 +0100 |
|
+++ sqlcipher.pc.in 2017-12-21 23:05:16.108945000 +0100 |
|
@@ -8,6 +8,5 @@ |
|
Name: SQLCipher |
|
Description: SQL database engine |
|
Version: @PACKAGE_VERSION@ |
|
-Libs: -L${libdir} -lsqlcipher |
|
-Libs.private: @LIBS@ |
|
+Libs: -L${libdir} -lsqlcipher @LIBS@ |
|
Cflags: -I${includedir}/sqlcipher |
|
Index: sqlite.pc.in |
|
--- sqlite.pc.in.orig 2017-12-21 20:31:28.000000000 +0100 |
|
+++ sqlite.pc.in 2017-12-21 23:05:16.109096000 +0100 |
|
@@ -8,6 +8,5 @@ |
|
Name: SQLite |
|
Description: SQL database engine |
|
Version: @RELEASE@ |
|
-Libs: -L${libdir} -lsqlite |
|
-Libs.private: @LIBS@ |
|
+Libs: -L${libdir} -lsqlite @LIBS@ |
|
Cflags: -I${includedir}
|
|
|