aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/pthsem/files
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-09-27 19:45:36 +0200
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-09-27 19:55:06 +0200
commit7173015a1bdee8f89e78ba285ba587797c2bdc0a (patch)
tree49a86144445c6602dc33fe500976e82b4e0d4600 /recipes/pthsem/files
parentc5a5631ae25ffa83a1eb4bd2874dc1a96e8643cc (diff)
downloadopenembedded-7173015a1bdee8f89e78ba285ba587797c2bdc0a.tar.gz
pthsem : moved unused files to obsolete dir
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/pthsem/files')
-rw-r--r--recipes/pthsem/files/ldflags.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/recipes/pthsem/files/ldflags.patch b/recipes/pthsem/files/ldflags.patch
deleted file mode 100644
index 74fd60b4f8..0000000000
--- a/recipes/pthsem/files/ldflags.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-diff -urN pth-2.0.2.orig/Makefile.in pth-2.0.2/Makefile.in
---- pth-2.0.2.orig/Makefile.in 2004-07-13 10:48:10.000000000 +0000
-+++ pth-2.0.2/Makefile.in 2009-04-06 12:12:37.000000000 +0000
-@@ -168,10 +168,10 @@
-
- # build the static and possibly shared libraries
- libpthsem.la: $(LOBJS)
-- $(LIBTOOL) --mode=link --quiet $(CC) -o libpthsem.la $(LOBJS) \
-+ $(LIBTOOL) --mode=link --quiet $(CC) $(LDFLAGS) -o libpthsem.la $(LOBJS) \
- -rpath $(libdir) -version-info `$(SHTOOL) version -lc -dlibtool $(_VERSION_FILE)`
- libpthread.la: pthread.lo $(LOBJS)
-- $(LIBTOOL) --mode=link --quiet $(CC) -o libpthread.la pthread.lo $(LOBJS) \
-+ $(LIBTOOL) --mode=link --quiet $(CC) $(LDFLAGS) -o libpthread.la pthread.lo $(LOBJS) \
- -rpath $(libdir) -version-info `$(SHTOOL) version -lc -dlibtool $(_VERSION_FILE)`
-
- # build the manual pages