By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 1479
Collapse All | Expand All

(-)tork-0.33/src/arkollon/Makefile.am.ftbfs (-1 / +1 lines)
Lines 26-32 Link Here
26
LIBS =
26
LIBS =
27
#torkarkollon_LDFLAGS = 
27
#torkarkollon_LDFLAGS = 
28
#torkarkollon_LDADD = $(LIB_QT) $(LIB_KFILE)
28
#torkarkollon_LDADD = $(LIB_QT) $(LIB_KFILE)
29
torkarkollon_LDADD = $(LIB_KFILE) $(LIB_QT)
29
torkarkollon_LDADD = $(LIB_KFILE) $(LIB_QT) $(LIB_KDECORE)
30
30
31
# let automoc handle all of the meta source files (moc)
31
# let automoc handle all of the meta source files (moc)
32
METASOURCES = AUTO
32
METASOURCES = AUTO
(-)tork-0.33/src/upnp/upnprouter.h.ftbfs (-2 / +2 lines)
Lines 242-248 Link Here
242
		 * @param port The local port to forward
242
		 * @param port The local port to forward
243
		 */
243
		 */
244
		void forward(const net::Port & externalport,
244
		void forward(const net::Port & externalport,
245
                     const net::Port & internalport = net::Port::Port(),
245
                     const net::Port & internalport = net::Port(),
246
                     bool force = false);
246
                     bool force = false);
247
		
247
		
248
		/**
248
		/**
Lines 291-297 Link Here
291
		bt::HTTPRequest* sendSoapQuery(const QString & query,const QString & soapact,const QString & controlurl,bool fwd, bool at_exit = false );
291
		bt::HTTPRequest* sendSoapQuery(const QString & query,const QString & soapact,const QString & controlurl,bool fwd, bool at_exit = false );
292
		bool verbose;
292
		bool verbose;
293
		
293
		
294
		void forward(UPnPService* srv,const net::Port & externalport,const net::Port & internalport = net::Port::Port());
294
		void forward(UPnPService* srv,const net::Port & externalport,const net::Port & internalport = net::Port());
295
		void undoForward(UPnPService* srv,const net::Port & externalport,const net::Port &
295
		void undoForward(UPnPService* srv,const net::Port & externalport,const net::Port &
296
                        internalport,bt::WaitJob* waitjob);
296
                        internalport,bt::WaitJob* waitjob);
297
		void httpRequestDone(bt::HTTPRequest* r,bool erase_fwd);
297
		void httpRequestDone(bt::HTTPRequest* r,bool erase_fwd);
(-)tork-0.33/src/Makefile.am.ftbfs (-1 / +1 lines)
Lines 28-34 Link Here
28
tork_LDFLAGS = $(KDE_RPATH) $(all_libraries)
28
tork_LDFLAGS = $(KDE_RPATH) $(all_libraries)
29
29
30
# the libraries to link against.
30
# the libraries to link against.
31
tork_LDADD   = $(LIB_KIO) $(LIB_KFILE) $(LIB_KHTML) $(geoiplib) \
31
tork_LDADD   = $(LIB_KIO) $(LIB_KFILE) $(LIB_KHTML) $(geoiplib) $(LIB_KDEUI) $(LIB_KDECORE) -lDCOP $(LIB_QT) \
32
               upnp/libktupnp.la $(CRYPTO_LIBS)
32
               upnp/libktupnp.la $(CRYPTO_LIBS)
33
33
34
# which sources should be compiled for tork
34
# which sources should be compiled for tork

Return to bug 1479