CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
bindutils: updated to 9.9.1
authorVictor Martinez <pitillo@ono.com>
Tue, 16 Oct 2012 16:52:53 +0000 (16:52 +0000)
committerVictor Martinez <pitillo@ono.com>
Tue, 16 Oct 2012 16:52:53 +0000 (16:52 +0000)
bindutils/.md5sum
bindutils/Pkgfile

index 629b3a71473d3b3ab52a96b832c14e98db4a4f95..c04cb6d782f17dda89bc7d2675d74d39db9526dd 100644 (file)
@@ -1 +1 @@
-207477c4cf95f2db5be0ded8a22669e0  bind-9.7.3.tar.gz
+bb37c88f81e03b1d5208d238c6aa51fa  bind-9.9.1.tar.gz
index 09825d6f310d40af7e23085e0bdedc9b8c3b88e0..d688006af0a150f02c0365ea8b022d298b3d4e33 100644 (file)
@@ -5,7 +5,7 @@
 # Depends on: openssl
 
 name=bindutils
-version=9.7.3
+version=9.9.1
 release=1
 source=(ftp://ftp.isc.org/isc/bind9/$version/bind-$version.tar.gz)
 
@@ -18,7 +18,8 @@ build() {
               --disable-linux-caps \
               --with-libxml2=no \
               --enable-epoll=no \
-              --with-randomdev=/dev/random
+              --with-randomdev=/dev/random \
+              --with-gost=yes
 
   sed 's|${BUILD_CC} ${BUILD_CFLAGS} -I${top_srcdir}/lib/isc/include|gcc ${BUILD_CFLAGS} -I${top_srcdir}/lib/isc/include|g' -i lib/dns/Makefile.in -i lib/dns/Makefile
   sed 's|${CC} ${ALL_CFLAGS} ${LDFLAGS} -o $@ ${srcdir}/gen.c ${LIBS}|gcc ${ALL_CFLAGS} ${LDFLAGS} -o $@ ${srcdir}/gen.c ${LIBS)|g' -i lib/export/dns/Makefile.in -i lib/export/dns/Makefile