blob: 6dad194498b311502ed2381d6f2afdf996ed7581 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
--- configure.orig 2010-02-23 11:53:07.000000000 +0000
+++ configure 2010-02-23 11:56:03.000000000 +0000
@@ -16196,7 +16196,7 @@
$as_echo_n "(cached) " >&6
else
ac_check_lib_save_LIBS=$LIBS
-LIBS="-larchive $LIBS"
+LIBS="-larchive -lcrypto -lmd $LIBS"
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
@@ -16241,7 +16241,7 @@
if test x$with_archive_libs != x/usr/lib; then
ARCHIVE_LIBS="-L$with_archive_libs -larchive"
else
- ARCHIVE_LIBS="-larchive"
+ ARCHIVE_LIBS="-larchive -lcrypto -lmd"
fi
else
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for archive_entry_filetype in -larchive" >&5
@@ -16250,7 +16250,7 @@
$as_echo_n "(cached) " >&6
else
ac_check_lib_save_LIBS=$LIBS
-LIBS="-larchive $LIBS"
+LIBS="-larchive -lcrypto -lmd $LIBS"
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
@@ -19061,6 +19061,9 @@
*-linux* | *-freebsd* | *-kfreebsd*-gnu)
use_gphoto2=yes
;;
+ *-freebsd*)
+ use_gphoto2=yes
+ ;;
*)
use_gphoto2=no
;;
|