Codebase list swi-prolog / 539fea8
Remove 01_chrpath_not_fatal.diff patch; applied upstream. Chris Lamb 13 years ago
3 changed file(s) with 1 addition(s) and 18 deletion(s). Raw diff Collapse all Expand all
00 swi-prolog (5.10.1-1) UNRELEASED; urgency=low
11
22 * New upstream release.
3 * Remove 01_chrpath_not_fatal.diff patch; applied upstream.
34
45 -- Chris Lamb <lamby@debian.org> Mon, 02 Aug 2010 04:59:25 +0100
56
+0
-17
debian/patches/01_chrpath_not_fatal.diff less more
0
1 The chrpath call doesn't always work for me although the package still builds.
2
3 -- Chris Lamb <lamby@debian.org> Mon, 12 Jul 2010 16:09:13 +0100
4
5 diff -urNad /tmp/bp-build/pl-5.10.0.orig/src/Makefile.in /tmp/bp-build/pl-5.10.0/src/Makefile.in
6 --- pl-5.10.0.orig/src/Makefile.in 2010-07-09 16:57:41.000000000 +0100
7 +++ pl-5.10.0/src/Makefile.in 2010-07-09 16:58:04.000000000 +0100
8 @@ -209,7 +209,7 @@
9
10 $(PL): $(MKLIBS) $(PLOBJ)
11 $(LDEXE) $(LDFLAGS) -o $(PL) $(PLOBJ) -L../lib/$(ARCH) -lswipl $(LNLIBS)
12 - $(CHRPATH) -c $(PL)
13 + $(CHRPATH) -c $(PL) || true
14
15 $(STARTUPPATH): $(PLINIT) $(PLSRC) $(PL)
16 $(DEVPL) -O -o $(STARTUPPATH) -b $(PLINIT)
+0
-1
debian/patches/series less more
0 01_chrpath_not_fatal.diff