# --- T2-COPYRIGHT-NOTE-BEGIN --- # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # T2 SDE: package/.../at/crosscompile.patch.uclibc # Copyright (C) 2007 - 2016 The T2 SDE Project # # More information can be found in the files COPYING and README. # # This patch file is dual-licensed. It is available under the license the # patched project is licensed under, as long as it is an OpenSource license # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms # of the GNU General Public License as published by the Free Software # Foundation; either version 2 of the License, or (at your option) any later # version. # --- T2-COPYRIGHT-NOTE-END --- diff -rdup at-3.1.10.orig/Makefile.in at-3.1.10/Makefile.in --- at-3.1.10.orig/Makefile.in 2007-01-22 14:35:41.000000000 +0100 +++ at-3.1.10/Makefile.in 2007-01-22 14:41:41.000000000 +0100 @@ -62,6 +62,8 @@ MISC = COPYING Makefile.in configure a DIST = $(CSRCS) $(HEADERS) $(MISC) $(OTHERS) LIST = Filelist Filelist.asc +IROOT = $(DESTDIR) + .PHONY: all install clean dist distclean all: at atd atrun @@ -78,7 +80,7 @@ atd: $(RUNOBJECTS) y.tab.c y.tab.h: parsetime.y $(YACC) -d parsetime.y -lex.yy.c: parsetime.l +lex.yy.c: parsetime.l y.tab.h $(LEX) -i parsetime.l atrun: atrun.in diff -rdup at-3.1.10.orig/config.h.in at-3.1.10/config.h.in --- ./config.h.in.orig 1997-05-13 14:41:28.000000000 +0200 +++ ./config.h.in 2007-04-03 18:27:23.000000000 +0200 @@ -184,3 +184,5 @@ #undef DEFAULT_BATCH_QUEUE #undef HAVE_ATTRIBUTE_NORETURN + +#undef NEED_YYWRAP diff -rdup at-3.1.10.orig/configure at-3.1.10/configure --- at-3.1.10.orig/configure 2007-01-22 14:35:41.000000000 +0100 +++ at-3.1.10/configure 2007-01-22 14:35:35.000000000 +0100 @@ -1037,7 +1037,7 @@ esac echo $ac_n "checking Trying to compile a trivial ANSI C program""... $ac_c" 1>&6 echo "configure:1039: checking Trying to compile a trivial ANSI C program" >&5 if test "$cross_compiling" = yes; then - { echo "configure: error: Could not compile and run even a trivial ANSI C program - check CC." 1>&2; exit 1; } + echo "$ac_t""assuming it works" 1>&6 else cat > conftest.$ac_ext < #include #include "y.tab.h"