From 60735ee5edb56a765d93be709c6c77ed4d1e6c45 Mon Sep 17 00:00:00 2001 From: Rahul Sundaram Date: Wed, 13 Jan 2010 19:07:07 +0000 Subject: [PATCH] removed wrong patch. this one still needed --- use-system-libevent-fix-optflags-patch | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 use-system-libevent-fix-optflags-patch diff --git a/use-system-libevent-fix-optflags-patch b/use-system-libevent-fix-optflags-patch new file mode 100644 index 0000000..98e6a3c --- /dev/null +++ b/use-system-libevent-fix-optflags-patch @@ -0,0 +1,20 @@ +--- transmission-1.77/qt/qtr.pro.orig 2010-01-09 08:31:17.171939362 +0530 ++++ transmission-1.77/qt/qtr.pro 2010-01-09 08:34:53.792939532 +0530 +@@ -7,7 +7,7 @@ + target.path = /bin + INSTALLS += target + +-CONFIG += qt thread debug link_pkgconfig ++CONFIG += qt thread release link_pkgconfig + QT += network + PKGCONFIG = fontconfig libcurl openssl + +@@ -17,7 +17,7 @@ + LIBS += $${TRANSMISSION_TOP}/third-party/dht/libdht.a + LIBS += $${TRANSMISSION_TOP}/third-party/miniupnp/libminiupnp.a + LIBS += $${TRANSMISSION_TOP}/third-party/libnatpmp/libnatpmp.a +-LIBS += $${TRANSMISSION_TOP}/third-party/libevent/.libs/libevent.a ++LIBS += -levent + + TRANSLATIONS += transmission_en.ts transmission_ru.ts +