CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
bindutils: updated to 9.9.2 and removed openssl support in cross stage
authorVictor Martinez <pitillo@ono.com>
Fri, 6 Sep 2013 10:53:17 +0000 (12:53 +0200)
committerVictor Martinez <pitillo@ono.com>
Fri, 6 Sep 2013 10:53:17 +0000 (12:53 +0200)
bindutils/.md5sum
bindutils/Pkgfile

index c04cb6d782f17dda89bc7d2675d74d39db9526dd..e4add7dfda5a230b41f3b5143465ecb2528d2849 100644 (file)
@@ -1 +1 @@
-bb37c88f81e03b1d5208d238c6aa51fa  bind-9.9.1.tar.gz
+3b37d8de1bb15d3e887ce9ee8e07cd71  bind-9.9.2.tar.gz
index d688006af0a150f02c0365ea8b022d298b3d4e33..b52a9d8430b93afce74590383ef8114acf2c5cde 100644 (file)
@@ -5,7 +5,7 @@
 # Depends on: openssl
 
 name=bindutils
-version=9.9.1
+version=9.9.2
 release=1
 source=(ftp://ftp.isc.org/isc/bind9/$version/bind-$version.tar.gz)
 
@@ -19,7 +19,8 @@ build() {
               --with-libxml2=no \
               --enable-epoll=no \
               --with-randomdev=/dev/random \
-              --with-gost=yes
+              --with-gost=yes \
+              --without-openssl
 
   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