Even with transmission 1.73-4

From  
https://buildd.debian.org/fetch.cgi?&pkg=transmission&ver=1.73-4&arch=sparc&stamp=1248351634&file=log:

=== configuring in third-party/libevent (/build/buildd/transmission-1.73/third-party/libevent)


...

make[3]: Entering directory `/build/buildd/transmission-1.73/third-party/libevent'
echo '/* event-config.h' > event-config.h
echo ' * Generated by autoconf; post-processed by libevent.' >> event-config.h
echo ' * Do not edit this file.' >> event-config.h
echo ' * Do not rely on macros in this file existing in later versions.'>> event-config.h
echo ' */' >> event-config.h
echo '#ifndef _EVENT_CONFIG_H_' >> event-config.h
echo '#define _EVENT_CONFIG_H_' >> event-config.h
sed -e 's/#define /#define _EVENT_/' \
            -e 's/#undef /#undef _EVENT_/' \
            -e 's/#ifndef /#ifndef _EVENT_/' < config.h >> event-config.h
echo "#endif" >> event-config.h
/usr/bin/make  all-recursive
make[4]: Entering directory `/build/buildd/transmission-1.73/third-party/libevent'
Making all in .
make[5]: Entering directory `/build/buildd/transmission-1.73/third-party/libevent' /bin/sh ./libtool --tag=CC --mode=compile sparc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./compat -Wall -g -O2 -Wall -c -o event.lo event.c libtool: compile: sparc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./compat -Wall -g -O2 -Wall -c event.c -o event.o /bin/sh ./libtool --tag=CC --mode=compile sparc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./compat -Wall -g -O2 -Wall -c -o buffer.lo buffer.c libtool: compile: sparc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./compat -Wall -g -O2 -Wall -c buffer.c -o buffer.o /bin/sh ./libtool --tag=CC --mode=compile sparc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./compat -Wall -g -O2 -Wall -c -o evbuffer.lo evbuffer.c libtool: compile: sparc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./compat -Wall -g -O2 -Wall -c evbuffer.c -o evbuffer.o /bin/sh ./libtool --tag=CC --mode=compile sparc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./compat -Wall -g -O2 -Wall -c -o log.lo log.c
...


Proper solution would need to alter third-party/Makefile.{am,in}.

You can add into debin/rules into config-stamp target
"rm -rf third-party/libevent" to make sure it use only system libevent.

Petr



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to