File: 0001-Provide-list-functions-in-libkaz.-a-so.patch

package info (click to toggle)
libkaz 1.21-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 544 kB
  • sloc: ansic: 4,323; cpp: 70; makefile: 17; perl: 10
file content (25 lines) | stat: -rw-r--r-- 617 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From ee1df66730c7fcc8b480ab7ce6c55ad42f780c12 Mon Sep 17 00:00:00 2001
From: Balint Reczey <balint@balintreczey.hu>
Date: Sat, 28 Mar 2015 11:35:42 +0100
Subject: [PATCH 1/2] Provide list functions in libkaz.{a|so}

---
 Makefile.gcc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.gcc b/Makefile.gcc
index 7bfb928..c17b919 100644
--- a/Makefile.gcc
+++ b/Makefile.gcc
@@ -29,7 +29,7 @@ prefix   ?= /usr/local
 
 CLEAN := ID tags
 
-OBJS := except.o hash.o dict.o sfx.o
+OBJS := except.o hash.o dict.o sfx.o list.o
 PROGS := tdict tlist thash teh tsfx
 TESTS := tests/dict-1
 
-- 
2.1.4