Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37737350
en ru br
ALT Linux repositórios
S:1.0.8-alt3

Group :: Terminais
RPM: ttyrec

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: 01_Makefile.diff
Download


Description: Makefile change
Authors: NIIBE Yutaka <gniibe@fsij.org>
Reviewed-By: NIIBE Yutaka <gniibe@fsij.org>
Last-Update: 2010-04-27
--- ttyrec-1.0.8.orig/Makefile	2006-06-12 00:52:50.000000000 +0900
+++ ttyrec-1.0.8/Makefile	2010-04-27 09:58:23.000000000 +0900
@@ -1,7 +1,10 @@
 CC = gcc
-CFLAGS = -O2
+DEFS= -DHAVE_openpty -D_GNU_SOURCE
+CFLAGS = -O2 -g -fomit-frame-pointer $(DEFS)
 VERSION = 1.0.8
 
+DESTDIR=
+
 TARGET = ttyrec ttyplay ttytime
 
 DIST =	ttyrec.c ttyplay.c ttyrec.h io.c io.h ttytime.c\
@@ -18,6 +21,9 @@
 ttytime: ttytime.o io.o
 	$(CC) $(CFLAGS) -o ttytime ttytime.o io.o
 
+install:
+	install ttyrec ttyplay ttytime $(DESTDIR)/usr/bin
+
 clean:
 	rm -f *.o $(TARGET) ttyrecord *~
 
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009