tags 767287 + patch
thanks

Hi,

Arno Töll wrote:
> On 30.10.2014 00:10, Steven Chamberlain wrote:
> > I guess the .install file may have some kind syntax to mark that file
> > [linux-any]?
> 
> Sadly not. However, we may find another way to get it build on kfreebsd.

Then how about the attached?  Works for me, at least.

Thanks,
Regards,
-- 
Steven Chamberlain
ste...@pyro.eu.org
--- debian/rules.orig	2014-08-10 12:04:08.000000000 +0100
+++ debian/rules	2014-10-31 00:54:18.602110978 +0000
@@ -32,6 +32,11 @@
 	rm -f debian/tmp/usr/lib/trafficserver/lib*.la
 	rm -f debian/tmp/usr/lib/trafficserver/modules/*.la
 	rm -f debian/tmp/usr/lib/trafficserver/lib*.a
+ifneq ($(DEB_HOST_ARCH_OS),linux)
+	# Remove Linux-specific plugin
+	sed -i '/\/healthchecks\.so$$/d' \
+		debian/trafficserver-experimental-plugins.install
+endif
 
 override_dh_install:
 	dh_install --list-missing

Reply via email to