From: jpc Date: Wed, 9 Jun 2004 21:56:51 +0000 (+0000) Subject: - new patch (turns off stripping in the Makefile; X-Git-Tag: AC-STABLE~2 X-Git-Url: http://git.pld-linux.org/?a=commitdiff_plain;h=16a2fe64baac578b37a53ccfdba0fd73db0b4c8c;p=packages%2Fas31.git - new patch (turns off stripping in the Makefile; this allows -debuginfo) Changed files: as31-nostrip.patch -> 1.1 --- diff --git a/as31-nostrip.patch b/as31-nostrip.patch new file mode 100644 index 0000000..4949b36 --- /dev/null +++ b/as31-nostrip.patch @@ -0,0 +1,17 @@ +diff -urN as31-old/Makefile as31/Makefile +--- as31-old/Makefile 2004-06-09 23:41:41.647203856 +0200 ++++ as31/Makefile 2004-06-09 23:45:43.280470016 +0200 +@@ -36,13 +36,9 @@ + + as31: $(OBJ) as31.o + $(CC) $(CFLAGS) -o as31 $(OBJ) as31.o +- chmod a+rx as31 +- strip as31 + + as31_gtk: $(OBJ) as31_gtk.o + $(CC) $(CFLAGS) -o as31_gtk $(OBJ) as31_gtk.o `gtk-config --libs` +- chmod a+rx as31 +- strip as31 + + parser.c parser.h: parser.y + bison -d -o parser.c parser.y