From e58fe232ef1630414daa21da3ddc3464f90c4e17 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Fri, 5 Nov 2010 10:45:06 -0400 Subject: termcap: add 2.0.8 with gentoo patchset No one should really be using this, but what the heck. Signed-off-by: Chris Larson --- recipes/termcap/termcap-2.0.8/001_all_termcap-shared.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 recipes/termcap/termcap-2.0.8/001_all_termcap-shared.patch (limited to 'recipes/termcap/termcap-2.0.8/001_all_termcap-shared.patch') diff --git a/recipes/termcap/termcap-2.0.8/001_all_termcap-shared.patch b/recipes/termcap/termcap-2.0.8/001_all_termcap-shared.patch new file mode 100644 index 0000000000..08e7938cf6 --- /dev/null +++ b/recipes/termcap/termcap-2.0.8/001_all_termcap-shared.patch @@ -0,0 +1,11 @@ +--- termcap-2.0.8/Makefile.ewt ++++ termcap-2.0.8/Makefile +@@ -41,7 +41,7 @@ + + $(SHARED_LIB): $(OBJS) + cd pic; \ +- $(CC) -shared -o ../$@ -Wl,-soname,$(SONAME_SHARED_LIB) $(OBJS) ++ $(CC) -shared -o ../$@ -Wl,-soname,$(SONAME_SHARED_LIB) $(OBJS) -lc + + pic: + -if [ ! -d pic ]; then mkdir pic; fi -- cgit 1.2.3-korg