]> git.pld-linux.org Git - packages/IRRToolSet.git/blobdiff - IRRToolSet-build-all.patch
- outdated
[packages/IRRToolSet.git] / IRRToolSet-build-all.patch
diff --git a/IRRToolSet-build-all.patch b/IRRToolSet-build-all.patch
deleted file mode 100644 (file)
index 95fd61f..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-#! /bin/sh -e
-# patch by danchev@spnet.net
-
-if [ $# -ne 1 ]; then
-    echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
-    exit 1
-fi
-case "$1" in
-    -patch) patch -f --no-backup-if-mismatch -p1 < $0;;
-    -unpatch) patch -f --no-backup-if-mismatch -R -p1 < $0;;
-    *)
-       echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
-       exit 1;;
-esac
-
-exit 0
-
---- IRRToolSet-4.8.2.orig/src/Makefile.in      2005-04-16 11:54:09.614748239 +0300
-+++ IRRToolSet-4.8.2/src/Makefile.in   2005-04-16 11:46:48.631288751 +0300
-@@ -16,7 +16,7 @@
- LIBDIRS =  util gnug++ irr re2dfa normalform bgp Core rpsl
- #TOOLDIRS = rpslcheck peval RtConfig roe prpath prtraceroute CIDRAdvisor aoe
--TOOLDIRS = rpslcheck peval RtConfig #roe prpath prtraceroute CIDRAdvisor aoe
-+TOOLDIRS = rpslcheck peval RtConfig roe prpath prtraceroute CIDRAdvisor aoe
- SUBDIRS = $(LIBDIRS) $(TOOLDIRS)
- # programs
This page took 0.066702 seconds and 4 git commands to generate.