------- Additional Comments From doko at cs dot tu-berlin dot de 2004-07-07 08:48 ------- Subject: Re: Bug#116145: fastjar update (-u) should be implemented
pinskia at gcc dot gnu dot org writes: > > ------- Additional Comments From pinskia at gcc dot gnu dot org 2004-07-07 > 07:08 ------- > This causes a regression on i686-unkown-openbsd3.1: > /home/gates/pinskia/src/gnu/gcc/src/fastjar/jartool.c:234:20: getopt.h: No > such file or directory [...] Sorry, on GNU/Linux the system header was found. Committed as obvious. 2004-07-07 Matthias Klose <[EMAIL PROTECTED]> * Makefile.am (jar_CPPFLAGS): Add AM_CPPFLAGS. * Makefile.in: Regenerate. --- Makefile.am~ 2004-07-06 23:31:24.000000000 +0200 +++ Makefile.am 2004-07-07 10:38:08.000000000 +0200 @@ -50,7 +50,7 @@ zipfile.h dostime.h compress.h pushback.h shift.h jar_LDADD = $(ZLIBS) $(LIBIBERTY) jar_DEPENDENCIES = $(ZDEPS) $(LIBIBERTY) -jar_CPPFLAGS = -DWITH_SHIFT_DOWN +jar_CPPFLAGS = $(AM_CPPFLAGS) -DWITH_SHIFT_DOWN grepjar_SOURCES = jargrep.c dostime.c compress.c pushback.c jartool.h \ zipfile.h dostime.h compress.h pushback.h -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=7854 ------- You are receiving this mail because: ------- You reported the bug, or are watching the reporter.