X-Git-Url: http://gitweb/?a=blobdiff_plain;f=bindutils%2FPkgfile;h=b52a9d8430b93afce74590383ef8114acf2c5cde;hb=b3a46298541b2741e1ca262475c2112a6e549176;hp=d688006af0a150f02c0365ea8b022d298b3d4e33;hpb=4ea2a5a49f342838112be0ff911223a81717c30c;p=crossrootfs.git diff --git a/bindutils/Pkgfile b/bindutils/Pkgfile index d688006..b52a9d8 100644 --- a/bindutils/Pkgfile +++ b/bindutils/Pkgfile @@ -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