]> git.pld-linux.org Git - packages/as31.git/commitdiff
- new patch (turns off stripping in the Makefile;
authorjpc <jpc@pld-linux.org>
Wed, 9 Jun 2004 21:56:51 +0000 (21:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  this allows -debuginfo)

Changed files:
    as31-nostrip.patch -> 1.1

as31-nostrip.patch [new file with mode: 0644]

diff --git a/as31-nostrip.patch b/as31-nostrip.patch
new file mode 100644 (file)
index 0000000..4949b36
--- /dev/null
@@ -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
This page took 0.069305 seconds and 4 git commands to generate.