CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
curl: aligned with upstream
[crossrootfs.git] / bindutils / Pkgfile
index bc5a0b1672176d416f1fce90dcff5a0eeb770ea4..b52a9d8430b93afce74590383ef8114acf2c5cde 100644 (file)
@@ -5,7 +5,7 @@
 # Depends on: openssl
 
 name=bindutils
-version=9.7.1
+version=9.9.2
 release=1
 source=(ftp://ftp.isc.org/isc/bind9/$version/bind-$version.tar.gz)
 
@@ -18,10 +18,12 @@ build() {
               --disable-linux-caps \
               --with-libxml2=no \
               --enable-epoll=no \
-              --with-randomdev=/dev/random
+              --with-randomdev=/dev/random \
+              --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
+  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
 
   make -C lib
   make -C bin/dig