From 518f210948f2b5ff73029df96c9f235dcc69fb3d Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 10 Aug 2009 00:25:51 +0200 Subject: [PATCH] sed: update to 4.2.1. --HG-- extra : convert_revision : b40e7aaf2425dac21bb97f0b8bf1da49e6ac3c11 --- templates/sed/template | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/templates/sed/template b/templates/sed/template index e5638ff7cdb..244f44de7f4 100644 --- a/templates/sed/template +++ b/templates/sed/template @@ -1,15 +1,18 @@ # Template file for 'sed' pkgname=sed -version=4.2 +version=4.2.1 distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.gz" build_style=gnu_configure -configure_args="--bindir=/bin" +configure_args="--bindir=/bin + ac_cv_header_selinux_flask_h=no ac_cv_header_selinux_selinux_h=no + ac_cv_header_selinux_context_h=no ac_cv_search_setfilecon=no" short_desc="The GNU stream editor" maintainer="Juan RP " -checksum=db45cd63fd010e650537d65d5dfce7689a652745236606e5e5c782937267d983 +checksum=8773541ce097fdc4c5b9e7da12a82dffbb30cd91f7bc169f52f05f93b7fc3060 long_desc=" Sed, the GNU Stream Editor, copies the named files (standard input default) to the standard output, edited according to a script of commands." base_chroot=yes Add_dependency run glibc +Add_dependency full acl