chiark / gitweb /
tcl: Update from 8.6.5 to 8.6.6
[termux-packages] / packages / apt / test-interactive-helper-makefile-no-libpthread.patch
1 diff -u -r ../apt-0.9.16.1/test/interactive-helper/makefile ./test/interactive-helper/makefile
2 --- ../apt-0.9.16.1/test/interactive-helper/makefile    2014-01-05 20:06:21.000000000 +0100
3 +++ ./test/interactive-helper/makefile  2014-03-25 01:33:54.600672630 +0100
4 @@ -41,7 +41,7 @@
5  
6  # Program for testing udevcdrom
7  PROGRAM=aptwebserver
8 -SLIBS = -lapt-pkg -lpthread
9 +SLIBS = -lapt-pkg
10  LIB_MAKES = apt-pkg/makefile
11  SOURCE = aptwebserver.cc
12  include $(PROGRAM_H)