On Fri, Feb 29, 2008 at 06:19:30PM +0000, Samuel Thibault wrote: > found 408745 1.8.1.12-2 > thanks > > Hello, > > Thanks to have applied the patches, xulrunner now properly compiles on > kfreebsd! > > For hurd-i386, however, it looks like there was a missing reconfigure, > so as to get the following:
The second part doesn't make sense to me. Mike > --- xulrunner-1.8.1.12/configure.orig 2008-02-29 09:40:56.380000000 +0000 > +++ xulrunner-1.8.1.12/configure 2008-02-29 09:41:02.310000000 +0000 > @@ -5010,6 +5010,7 @@ > case "${target_os}" in > linux*) OS_ARCH=Linux OS_TARGET=Linux;; > kfreebsd*-gnu) OS_ARCH=GNU_kFreeBSD ;; > + gnu*) OS_ARCH=GNU ;; > solaris*) OS_ARCH=SunOS OS_RELEASE=5 ;; > mingw*) OS_ARCH=WINNT ;; > wince*) OS_ARCH=WINCE ;; > @@ -5023,6 +5024,7 @@ > case "${host_os}" in > linux*) OS_ARCH=Linux OS_TARGET=Linux;; > kfreebsd*-gnu) OS_ARCH=GNU_kFreeBSD ;; > + gnu*) OS_ARCH=GNU ;; > solaris*) OS_ARCH=SunOS OS_RELEASE=5 ;; > mingw*) OS_ARCH=WINNT ;; > wince*) OS_ARCH=WINCE ;; > > Samuel > --- xulrunner-1.8.1.12/debian/patches/38_gnu.dpatch.orig 2008-02-29 > 01:08:36.920000000 +0000 > +++ xulrunner-1.8.1.12/debian/patches/38_gnu.dpatch 2008-02-29 > 01:08:51.020000000 +0000 > @@ -15,7 +15,7 @@ > +# GNU doesn't have path length limitation > +# > + > -+ifeq ($(OS_ARCH),GNU) > ++ifeq ($(OS_ARCH),gnu) > +OS_CPPFLAGS += -DPATH_MAX=1024 -DMAXPATHLEN=1024 > +endif > + -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]