CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
man-pages: updated to 4.16
[crossrootfs.git] / bindutils / Pkgfile
index d688006af0a150f02c0365ea8b022d298b3d4e33..a9f889a0f2431bbcbc1666ee790e7f9370ef30fc 100644 (file)
@@ -5,7 +5,7 @@
 # Depends on: openssl
 
 name=bindutils
-version=9.9.1
+version=9.11.3
 release=1
 source=(ftp://ftp.isc.org/isc/bind9/$version/bind-$version.tar.gz)
 
@@ -19,16 +19,16 @@ 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
 
   make -C lib
   make -C bin/dig
 
   install -D -m 755 bin/dig/host $PKG/usr/bin/host
-  install -D -m 644 bin/dig/host.1 $PKG/usr/man/man1/host.1
+  install -D -m 644 bin/dig/host.1 $PKG/usr/share/man/man1/host.1
   install -D -m 755 bin/dig/dig $PKG/usr/bin/dig
-  install -D -m 644 bin/dig/dig.1 $PKG/usr/man/man1/dig.1
+  install -D -m 644 bin/dig/dig.1 $PKG/usr/share/man/man1/dig.1
 }