0bbdd4e8ae
Pkgsrc changes: * Project moved to github, follow suit. * Use the pre-configure target to run the required autotools * Remove ancient GCC_REQD+=3.0 * Add use of more autotools * Fix up PLIST with share/doc/irrtoolset/ files. Upstream changes: New Features * initial support for IOS XR in rtconfig * IOS support for peer templates (-cisco_peer_templates) * support of community.delete on Cisco IOS * implement importPeerGroup for JUNOS Bug Fixes * better asn32 support on JUNOS * fix JUNOS output so it can be deployed using "load replace" (-junos_replace) * several toolchain bugfixes (bison 2.x, gcc) * workaround for compiler optimisation bug in gcc6 * permit community values starting with 0: * updates for autotools Other Notes * Solaris no longer formally supported * delete bugs/, contrib/ and tests/ directories * added Travis CI support We'd like to thank ISC for their continued support and the small but important army of contributors who made this release possible.
14 lines
425 B
Text
14 lines
425 B
Text
$NetBSD: patch-src_rpsl_Makefile.am,v 1.1 2019/10/17 14:05:49 he Exp $
|
|
|
|
Add an extra dependency on the yacc output.
|
|
|
|
--- src/rpsl/Makefile.am.orig 2019-10-14 10:07:11.000000000 +0000
|
|
+++ src/rpsl/Makefile.am
|
|
@@ -38,6 +38,7 @@ MAINTAINERCLEANFILES = $(nodist_librpsl_
|
|
CLEANFILES = *~ *.bak *.y.cc *.l.cc *.y.hh
|
|
|
|
schema_rpsl.cc: rpsl.y.cc
|
|
+object.cc: rpsl.y.cc
|
|
|
|
# FIXME: dependency on lex / yacc sources
|
|
object_log.l.cc:
|