mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 14:46:31 +00:00
Update gamin to 0.1.10 to fix compilation
Closes #533 Signed-off-by: Daniele Salvatore Albano <d.albano@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
9a6d6cf52b
commit
9be449ff55
1
CHANGES
1
CHANGES
@ -55,6 +55,7 @@
|
|||||||
#497: OpenSSL RSA key generation hangs on x86_64
|
#497: OpenSSL RSA key generation hangs on x86_64
|
||||||
#509: Bump sqlite package to 3.6.16
|
#509: Bump sqlite package to 3.6.16
|
||||||
#523: pciutils broken with external toolchain
|
#523: pciutils broken with external toolchain
|
||||||
|
#533: Update gamin to 0.1.10 to fix compilation
|
||||||
|
|
||||||
2009.05, Released June 1st, 2009:
|
2009.05, Released June 1st, 2009:
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
--- a/configure 2007-07-27 10:27:34.000000000 -0400
|
--- a/configure.fixed 2009-08-02 18:00:54.000000000 +0200
|
||||||
+++ b/configure 2008-02-13 15:00:27.000000000 -0500
|
+++ b/configure 2008-11-24 16:23:27.000000000 +0100
|
||||||
@@ -23161,89 +23161,6 @@ ac_compile='$CC -c $CFLAGS $CPPFLAGS con
|
@@ -23581,100 +23581,6 @@
|
||||||
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
|
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
|
||||||
ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
||||||
|
|
||||||
@ -60,13 +60,22 @@
|
|||||||
-}
|
-}
|
||||||
-_ACEOF
|
-_ACEOF
|
||||||
-rm -f conftest$ac_exeext
|
-rm -f conftest$ac_exeext
|
||||||
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
|
-if { (ac_try="$ac_link"
|
||||||
- (eval $ac_link) 2>&5
|
-case "(($ac_try" in
|
||||||
|
- *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
|
||||||
|
- *) ac_try_echo=$ac_try;;
|
||||||
|
-esac
|
||||||
|
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
|
||||||
|
- (eval "$ac_link") 2>&5
|
||||||
- ac_status=$?
|
- ac_status=$?
|
||||||
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
||||||
- (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
|
- (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
|
||||||
- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
- { (case "(($ac_try" in
|
||||||
- (eval $ac_try) 2>&5
|
- *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
|
||||||
|
- *) ac_try_echo=$ac_try;;
|
||||||
|
-esac
|
||||||
|
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
|
||||||
|
- (eval "$ac_try") 2>&5
|
||||||
- ac_status=$?
|
- ac_status=$?
|
||||||
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
||||||
- (exit $ac_status); }; }; then
|
- (exit $ac_status); }; }; then
|
||||||
@ -79,14 +88,16 @@
|
|||||||
-( exit $ac_status )
|
-( exit $ac_status )
|
||||||
-have_abstract_sockets=no
|
-have_abstract_sockets=no
|
||||||
-fi
|
-fi
|
||||||
-rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
|
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
|
||||||
-fi
|
-fi
|
||||||
|
-
|
||||||
|
-
|
||||||
-ac_ext=c
|
-ac_ext=c
|
||||||
-ac_cpp='$CPP $CPPFLAGS'
|
-ac_cpp='$CPP $CPPFLAGS'
|
||||||
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
|
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
|
||||||
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
|
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
|
||||||
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
||||||
-
|
-
|
||||||
echo "$as_me:$LINENO: result: $have_abstract_sockets" >&5
|
{ echo "$as_me:$LINENO: result: $have_abstract_sockets" >&5
|
||||||
echo "${ECHO_T}$have_abstract_sockets" >&6
|
echo "${ECHO_T}$have_abstract_sockets" >&6; }
|
||||||
|
|
@ -3,7 +3,7 @@
|
|||||||
# gamin
|
# gamin
|
||||||
#
|
#
|
||||||
#############################################################
|
#############################################################
|
||||||
GAMIN_VERSION = 0.1.9
|
GAMIN_VERSION = 0.1.10
|
||||||
GAMIN_SOURCE = gamin-$(GAMIN_VERSION).tar.gz
|
GAMIN_SOURCE = gamin-$(GAMIN_VERSION).tar.gz
|
||||||
GAMIN_SITE = http://www.gnome.org/~veillard/gamin/sources
|
GAMIN_SITE = http://www.gnome.org/~veillard/gamin/sources
|
||||||
GAMIN_AUTORECONF = NO
|
GAMIN_AUTORECONF = NO
|
||||||
|
Loading…
x
Reference in New Issue
Block a user