found 591254 0.7.93-0.2
--
please apply similar workaround as previously in #545952.
confirmed that is enable to build on kfreebsd.
I am sorry, but by "similar workaround as previously in #545952:,
I only meant, that it have been previously tested.
Only the change to tools/generic-callout.c have been needed,
Now (against 0.7.93-0.2) please alter debian/rules as follows:
--- debian/rules
+++ debian/rules
@@ -19,15 +19,8 @@
confflags += --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE)
endif
-ifeq ($(DEB_HOST_ARCH_OS),linux)
with_hal = no
confflags += --without-hal --enable-udev
-else ifeq ($(DEB_HOST_ARCH_OS),kfreebsd)
- with_hal = yes
-else ifeq ($(DEB_HOST_ARCH_OS),hurd)
- with_hal = no
- confflags += --without-hal
-endif
The proper way is really to exclude udev, but it would meant
also other changes for packaging.
Petr
--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org