Update to upstream 1.51. Added icon cache scriplets (#487824)
parent
fb6ee56184
commit
fa88b41c9b
@ -1 +1 @@
|
||||
transmission-1.50.tar.bz2
|
||||
transmission-1.51.tar.bz2
|
||||
|
@ -1 +1 @@
|
||||
9342004249f09d5e8f87f9bd1476fa53 transmission-1.50.tar.bz2
|
||||
b93439fbd0040ad6eb448f70a48355f5 transmission-1.51.tar.bz2
|
||||
|
@ -1,32 +0,0 @@
|
||||
--- transmission-1.50/configure~ 2009-02-13 17:43:45.000000000 +0100
|
||||
+++ transmission-1.50/configure 2009-02-20 12:07:14.000000000 +0100
|
||||
@@ -20147,8 +20147,6 @@
|
||||
|
||||
if test 0 = "0"; then
|
||||
supported_build=yes
|
||||
- CFLAGS="$CFLAGS -g -O3 -funroll-loops "
|
||||
- CXXFLAGS="$CXXFLAGS -g -O3 -funroll-loops "
|
||||
|
||||
cat >>confdefs.h <<\_ACEOF
|
||||
#define TR_STABLE_RELEASE 1
|
||||
@@ -20156,8 +20154,6 @@
|
||||
|
||||
else
|
||||
supported_build=no
|
||||
- CFLAGS="$CFLAGS -g -O0"
|
||||
- CXXFLAGS="$CXXFLAGS -g -O0"
|
||||
if test 0 = "X"; then
|
||||
|
||||
cat >>confdefs.h <<\_ACEOF
|
||||
@@ -21539,11 +21535,6 @@
|
||||
;;
|
||||
esac
|
||||
|
||||
-if test "x$GCC" = "xyes" ; then
|
||||
- CFLAGS="-std=gnu99 -ggdb3 -Wall -Wextra -Wredundant-decls -Wpointer-arith -Wformat-security -W -Wmissing-declarations -Wdeclaration-after-statement -Wcast-align -Winit-self -Wundef -Wnested-externs -Wmissing-format-attribute"
|
||||
- CXXFLAGS="-Wall -Wformat-security -W"
|
||||
-fi
|
||||
-
|
||||
{ $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
|
||||
$as_echo_n "checking for ANSI C header files... " >&6; }
|
||||
if test "${ac_cv_header_stdc+set}" = set; then
|
@ -0,0 +1,35 @@
|
||||
--- transmission-1.51/configure~ 2009-02-27 17:48:09.000000000 +0100
|
||||
+++ transmission-1.51/configure 2009-02-28 09:38:58.000000000 +0100
|
||||
@@ -20147,10 +20147,6 @@
|
||||
|
||||
if test 0 = "0"; then
|
||||
supported_build=yes
|
||||
- if test "x$GCC" = "xyes" ; then
|
||||
- CFLAGS="$CFLAGS -g -O3 -funroll-loops "
|
||||
- CXXFLAGS="$CXXFLAGS -g -O3 -funroll-loops "
|
||||
- fi
|
||||
|
||||
cat >>confdefs.h <<\_ACEOF
|
||||
#define TR_STABLE_RELEASE 1
|
||||
@@ -20158,10 +20154,6 @@
|
||||
|
||||
else
|
||||
supported_build=no
|
||||
- if test "x$GCC" = "xyes" ; then
|
||||
- CFLAGS="$CFLAGS -g -O0"
|
||||
- CXXFLAGS="$CXXFLAGS -g -O0"
|
||||
- fi
|
||||
if test 0 = "X"; then
|
||||
|
||||
cat >>confdefs.h <<\_ACEOF
|
||||
@@ -21543,10 +21535,6 @@
|
||||
;;
|
||||
esac
|
||||
|
||||
-if test "x$GCC" = "xyes" ; then
|
||||
- CFLAGS="$CFLAGS -std=gnu99 -ggdb3 -Wall -Wextra -Wredundant-decls -Wpointer-arith -Wformat-security -W -Wmissing-declarations -Wdeclaration-after-statement -Wcast-align -Winit-self -Wundef -Wnested-externs -Wmissing-format-attribute"
|
||||
-fi
|
||||
-
|
||||
{ $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
|
||||
$as_echo_n "checking for ANSI C header files... " >&6; }
|
||||
if test "${ac_cv_header_stdc+set}" = set; then
|
Loading…
Reference in new issue