X-Git-Url: http://gitweb/?a=blobdiff_plain;f=bindutils%2FPkgfile;h=26a6f4cc5ae957f734adc6b88e0003a5581608b5;hb=b4aac807c89c4c3f254c2320ab5a0e7a1fea2c44;hp=bc5a0b1672176d416f1fce90dcff5a0eeb770ea4;hpb=d8f5dd2522d4f66707d4f29e8574e506db57f088;p=crossrootfs.git diff --git a/bindutils/Pkgfile b/bindutils/Pkgfile index bc5a0b1..26a6f4c 100644 --- a/bindutils/Pkgfile +++ b/bindutils/Pkgfile @@ -5,7 +5,7 @@ # Depends on: openssl name=bindutils -version=9.7.1 +version=9.9.5 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