diff options
author | jardin <jardin> | 2004-01-10 20:42:35 +0000 |
---|---|---|
committer | jardin <jardin> | 2004-01-10 20:42:35 +0000 |
commit | a4d2a0d20139d9147feb1cba5078cebfb31becd8 (patch) | |
tree | 5e24e2e6ff20a8bd4cfe60d4da647bd3a84eb367 | |
parent | 85cf0a0dcf14e6b41a3aeedb9d423a03a4bf2640 (diff) |
Fix build on FreeBSD 4.7 and FreeBSD 5.1:
[...]
source='isis_main.c' object='isis_main.o' libtool=no depfile='.deps/isis_main.Po' tmpdepfile='.deps/isis_main.TPo' depmode=gcc /usr/local/bin/bash ../depcomp gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/jardin/bin/etc/\" -I. -I. -I.. -I.. -I.. -I../lib -g -O2 -Wall -c `test -f isis_main.c || echo './'`isis_main.c
gcc -g -O2 -Wall -o isisd isis_main.o isis_adjacency.o isis_lsp.o dict.o isis_circuit.o isis_pdu.o isis_tlv.o isisd.o isis_misc.o isis_network.o isis_zebra.o isis_dr.o isis_flags.o isis_dynhn.o iso_checksum.o isis_csm.o isis_events.o isis_spf.o isis_route.o isis_routemap.o ../lib/libzebra.a -lm -lcrypt
Making all in redhat
make: don't know how to make all. Stop
*** Error code 1
Stop in /usr/home/jardin/no_save/quagga.
*** Error code 1
Stop in /usr/home/jardin/no_save/quagga.
quagga$
-rw-r--r-- | ChangeLog | 5 | ||||
-rwxr-xr-x | configure.ac | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2004-01-10 Vincent Jardin <jardin@6wind.com> + + * configure.ac: add the redhat/Makefile as a AC_OUTPUT() argument. + It fixes build on FreeBSD 5.1 and FreeBSD 4.7 + 2004-01-08 Paul Jakma <paul@dishone.st> * Makefile.am: as per gdt, specify the redhat dir as a DIST_SUBDIR, diff --git a/configure.ac b/configure.ac index 25012d52..28d93855 100755 --- a/configure.ac +++ b/configure.ac @@ -1076,7 +1076,7 @@ AC_OUTPUT(Makefile lib/Makefile zebra/Makefile ripd/Makefile ripngd/Makefile bgpd/Makefile ospfd/Makefile ospf6d/Makefile isisd/Makefile vtysh/Makefile doc/Makefile ospfclient/Makefile - redhat/quagga.spec + redhat/Makefile redhat/quagga.spec lib/version.h) echo " |