File: 009-i-hate-perl.patch

package info (click to toggle)
slirp 1%3A1.0.17-12
  • links: PTS
  • area: main
  • in suites: sid
  • size: 2,988 kB
  • sloc: ansic: 17,590; makefile: 157; perl: 53; sh: 2
file content (24 lines) | stat: -rw-r--r-- 866 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Description: Do not run MAKEPRO anymore
 mkpro is a nice perl script that used to regenerate all slirp prototypes
 correctly in the past. It stopped working, maybe because a change in perl
 and/or because it has a bug. I'm not a perl guru, and after wasting hours
 of my time trying to decypher mkrpo and fixing that silly thing, I quit.
 Slirp hasn't changed for years, so I think mkpro isn't very useful anyway.
 .
Author: Roberto Lumbreras <rover@debian.org>
Bug-Debian: http://bugs.debian.org/628280

Index: slirp-1.0.17/src/Makefile.in
===================================================================
--- slirp-1.0.17.orig/src/Makefile.in	2011-06-06 06:27:00.000000000 +0200
+++ slirp-1.0.17/src/Makefile.in	2011-06-06 06:37:19.627022610 +0200
@@ -96,7 +96,8 @@
 #
 
 .c.p:
-	$(MAKEPRO)
+#	$(MAKEPRO)
+	touch $@
 
 
 auth.o: $(COMMON_H) ${srcdir}/ppp/auth.c