[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

(usagi-users 01959) Re: bugreport



On Wed, 13 Nov 2002, Mauro Tortonesi wrote:

> with these modification, the code compiles smoothly (with 30 small 
> warnings in gcc-2.95.3 and 45 small warnings in gcc-3.2) and the
> kit can be installed without problems.

i was wrong. there is another modification that must be done:

usagi/pfkey/Makefile.in, line 71:

	-rm $(TARGET) *.o ipsec-conf restore sadb_save sadb_show spd_save  spd_show

should be:

	-rm $(TARGET) *.o 

because ipsec-conf, restore, sadb_save, sadb_show, spd_save and spd_show 
are generated at configuration time and should be deleted only by a "make 
distclean" command.


you may also want to fix a typo in usagi/pfkey/Makefile.in, line 55:

AC_OUTPUT(Makefile ipsec-conf restore sadb_save sadb_show spd_save  spd_show)

should be:

AC_OUTPUT(Makefile ipsec-conf restore sadb_save sadb_show spd_save spd_show)


--
Aequam memento rebus in arduis servare mentem...

Mauro Tortonesi			mauro@xxxxxxxxxxxxxxxx
				mauro.tortonesi@xxxxxxxxxxxx
Ferrara Linux Users Group	http://www.ferrara.linux.it
Project6 - IPv6 for Linux	http://project6.ferrara.linux.it