View | Details | Raw Unified | Return to bug 111797
Collapse All | Expand All

(-)files/patch-configure (-2 / +11 lines)
Lines 1-5 Link Here
1
--- configure.orig	Thu Mar 29 23:04:32 2007
1
--- configure.orig	Wed Apr 18 00:30:20 2007
2
+++ configure	Thu Mar 29 23:24:30 2007
2
+++ configure	Wed Apr 18 00:35:27 2007
3
@@ -17349,7 +17349,7 @@
4
 
5
 if test "x$SQLITE3_OK" = xyes; then
6
     if test -n "$SQLITE3_SEARCH_LIBS"; then
7
-        LDFLAGS="-L$SQLITE3_SEARCH_LIBS $RT_LIBS"
8
+        LDFLAGS="$LDFLAGS -L$SQLITE3_SEARCH_LIBS $RT_LIBS"
9
         { echo "$as_me:$LINENO: Will search for sqlite3 libraries in $withval" >&5
10
 echo "$as_me: Will search for sqlite3 libraries in $withval" >&6;}
11
         echo "$as_me:$LINENO: checking for sqlite3_open in -lsqlite3" >&5
3
@@ -23239,7 +23239,7 @@
12
@@ -23239,7 +23239,7 @@
4
 echo "$as_me:$LINENO: result: $ac_cv_lib_extractor_EXTRACTOR_getKeywords" >&5
13
 echo "$as_me:$LINENO: result: $ac_cv_lib_extractor_EXTRACTOR_getKeywords" >&5
5
 echo "${ECHO_T}$ac_cv_lib_extractor_EXTRACTOR_getKeywords" >&6
14
 echo "${ECHO_T}$ac_cv_lib_extractor_EXTRACTOR_getKeywords" >&6

Return to bug 111797