gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] /srv/bzr/gsrc/trunk r1131: clean up inetutils and fix buil


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1131: clean up inetutils and fix build
Date: Sun, 11 Nov 2012 19:32:59 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1131
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Sun 2012-11-11 19:32:59 +0100
message:
  clean up inetutils and fix build
added:
  gnu/inetutils/config.mk
modified:
  gnu/inetutils/Makefile
=== modified file 'gnu/inetutils/Makefile'
--- a/gnu/inetutils/Makefile    2012-08-25 22:15:17 +0000
+++ b/gnu/inetutils/Makefile    2012-11-11 18:32:59 +0000
@@ -1,16 +1,23 @@
 GARNAME = inetutils
 GARVERSION = 1.9.1
+HOME_URL = http://www.gnu.org/software/inetutils/
+DESCRIPTION = A collection of common network programs
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
-MASTER_SUBDIR = inetutils/
-
+MASTER_SUBDIR = $(GARNAME)/
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
 
 BUILDDEPS = ncurses
-# LIBDEPS = 
+LIBDEPS = 
 
-HOME_URL = http://www.gnu.org/software/inetutils/
-DESCRIPTION = GNU Inetutils, a collection of common network programs
+######################################################################
 
 include ../../gar.lib/auto.mk
+include config.mk
+
+pre-configure:
+       sed -i -e '/gets is a security/d' $(WORKSRC)/lib/stdio.in.h
+       $(MAKECOOKIE)

=== added file 'gnu/inetutils/config.mk'
--- a/gnu/inetutils/config.mk   1970-01-01 00:00:00 +0000
+++ b/gnu/inetutils/config.mk   2012-11-11 18:32:59 +0000
@@ -0,0 +1,4 @@
+## Configuration options for inetutils ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=


reply via email to

[Prev in Thread] Current Thread [Next in Thread]