[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#263101: FTBFS on GNU/k*BSD (config.* update)



Package: apache2
Severity: wishlist
Tags: patch

Hi!

Please could you update config.{guess,sub}? This will fix FTBFS on GNU/k*BSD.

Thanks.

--- old/apache2-2.0.50/debian/rules	2004-08-03 01:51:58.000000000 +0200
+++ apache2-2.0.50/debian/rules	2004-08-03 00:14:20.000000000 +0200
@@ -85,6 +85,10 @@
 
 configure: $(STAMP_DIR)/configure
 $(STAMP_DIR)/configure: $(STAMP_DIR)/source.make 
+	for i in build srclib/pcre srclib/apr/build srclib/apr-util/build \
+		srclib/apr-util/xml/expat/conftools ; do \
+		cp /usr/share/misc/config.* $(B)/$$i ; \
+	done
 	cd $(B) && ./buildconf
 	touch $@ 
 
@@ -115,7 +119,7 @@
 	for i in $(FIRSTMPM) $(OTHERMPMS); do \
 		rm -f debian/apache2-mpm-$$i.postinst ;\
 		rm -f debian/apache2-mpm-$$i.init.d ;\
-    done
+	done
 	rm -f debian/apache2-mpm-prefork.init.d
 	dh_clean
 
-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: kfreebsd-i386 (i386)
Kernel: GNU/kFreeBSD 5.2.1-5
Locale: LANG=C, LC_CTYPE=C (ignored: LC_ALL set to C)



Reply to: