-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Good day to all.

Latest build system changes break the configuring step of bind package.
Problem is there's a patch applied to the configure script to allow
cross-compile build and automated autoreconfiguring renders this patch useless.

There are several possible solutions to this problem. Looks like that
most-easiest one is to disable autoreconfiguration step of the configure make
target. Attached patch makes the build process of this package went fine.

I'm not sure if this solution is the "right way to fix the things", but at least
it works. Maybe it'd be reasonable to patch configure.in instead of configure
script itself so autoreconfiguration would produce cross-compile-enabled output,
but I haven't got enough time ATM to dive into details and do it.

- -- 
Best regards,
Alexey Loukianov                          mailto:[email protected]
System Engineer,                            Mob.:+7(926)218-1320
*nix Specialist

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQEcBAEBAgAGBQJNA6yoAAoJEPB9BOdTkBULi2YH/2EDHtPyPbRTC+tYJ0PhbrF+
vAMR/Un8Wtakr2as7cWCZ8aM61NwPg9NR+JSS77QjXS/n9FXrHr0K6FxBMVtLX7J
YM53vuCNVFk01AvT1asfRgIhdgD8zgB+FFW/mjIZU5UoxPuPyb3oygqn/o9rUee+
adF91SynKhWgrzSaNrgnXPd9V8kcmL+rv2NkRh1J7rk5POt3olulIV0z+FsRMn3l
Lp4W0iaTwBgJDRARvOSFzeEeq8c4eOgy/mGC6LuoWaSfn02dSnKKS/oXybxdVzP/
Gabldm6yinCwgfbFiA0gUILGKpah2kr/E5B0zgor2EytaL3xuj0Rb4dmsUzn8i4=
=Q+Dj
-----END PGP SIGNATURE-----
Index: net/bind/Makefile
===================================================================
--- net/bind/Makefile	(revision 24480)
+++ net/bind/Makefile	(working copy)
@@ -17,7 +17,7 @@
 	http://www.mirrorservice.org/sites/ftp.isc.org/isc/bind9/$(PKG_VERSION)
 PKG_MD5SUM:=e74de6ec9c2cd27576794c873bd85f4a
 
-PKG_FIXUP:=libtool
+PKG_FIXUP:=libtool no-autoreconf
 
 include $(INCLUDE_DIR)/package.mk
 
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to