gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] /srv/bzr/gsrc/trunk r1212: clean up recutils and fix build


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1212: clean up recutils and fix build
Date: Sun, 18 Nov 2012 23:13:37 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1212
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Sun 2012-11-18 23:13:37 +0100
message:
  clean up recutils and fix build
added:
  gnu/recutils/config.mk
modified:
  gnu/recutils/Makefile
=== modified file 'gnu/recutils/Makefile'
--- a/gnu/recutils/Makefile     2012-08-25 22:15:17 +0000
+++ b/gnu/recutils/Makefile     2012-11-18 22:13:37 +0000
@@ -1,13 +1,21 @@
 GARNAME = recutils
 GARVERSION = 1.5
+HOME_URL = http://www.gnu.org/software/recutils
+DESCRIPTION = A set of tools and libraries to access simple human-editable,\
+text-based databases.
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
-MASTER_SUBDIR = recutils/
-
+MASTER_SUBDIR = $(GARNAME)/
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
 
-HOME_URL = http://www.gnu.org/software/recutils
-DESCRIPTION = GNU Recutils is a set of tools and libraries to access simple 
human-editable, text-based databases.
+######################################################################
 
 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/recutils/config.mk'
--- a/gnu/recutils/config.mk    1970-01-01 00:00:00 +0000
+++ b/gnu/recutils/config.mk    2012-11-18 22:13:37 +0000
@@ -0,0 +1,4 @@
+## Configuration options for recutils ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=


reply via email to

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