Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
vapier 07/12/09 23:00:59
Added: ss-1.40.3-check.patch
Log:
Fix test building/running #201762 by Andrej Kacian.
(Portage version: 2.1.4_rc4)
Revision Changes Path
1.1 sys-libs/ss/files/ss-1.40.3-check.patch
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/ss/files/ss-1.40.3-check.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/ss/files/ss-1.40.3-check.patch?rev=1.1&content-type=text/plain
Index: ss-1.40.3-check.patch
===================================================================
--- lib/ss/Makefile.in
+++ lib/ss/Makefile.in
@@ -5,6 +5,7 @@
srcdir = @srcdir@
top_srcdir = @top_srcdir@
VPATH = @srcdir@
+builddir = @builddir@
top_builddir = ../..
my_dir = lib/ss
INSTALL = @INSTALL@
@@ -163,14 +163,14 @@
$(DESTDIR)$(man1dir)/mk_cmds.1
$(RM) -rf $(DESTDIR)$(includedir)/ss $(DESTDIR)$(datadir)/ss
-test_ss: test_ss.o test_cmd.o $(LIBEXT2FS) $(LIBSS) $(LIBCOM_ERR)
+test_ss: test_ss.o test_cmd.o $(LIBSS) $(LIBCOM_ERR)
@echo " LD $@"
@$(CC) -o $@ test_ss.o test_cmd.o $(ALL_CFLAGS) \
$(LIBSS) $(LIBCOM_ERR)
check:: all test_ss
@echo " RUN TEST test_ss"
- @(test_ss -f $(srcdir)/test_script >& test_out; exit 0)
+ @($(builddir)/test_ss -f $(srcdir)/test_script >& test_out; exit 0)
@if ! diff test_out $(srcdir)/test_script_expected > test.diff; then \
echo "Regression test for ss library failed!"; exit 1 ; fi
--
gentoo-commits@g.o mailing list
|
|