Hi all,
I installed the new version of portmap and I noticed that the problem
was not solved, so I read the Makefile and picked up a typing error, a
patch follows.
Thanks
Takke
--- rules.orig 2007-06-17 13:57:21.000000000 +0200
+++ rules 2007-06-17 13:57:25.134016000 +0200
@@ -11,7 +11,7 @@
build: build-stamp
build-stamp:
dh_testdir
-ifeq (kfreeebsd,$(DEB_HOST_ARCH_OS))
+ifeq (kfreebsd,$(DEB_HOST_ARCH_OS))
CPPFLAGS=-DHAS_SA_LEN $(MAKE)
else
$(MAKE)
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]