aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/obsolete/pthsem
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/obsolete/pthsem
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/obsolete/pthsem')
-rw-r--r--recipes/obsolete/pthsem/files/ldflags.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/obsolete/pthsem/files/ldflags.patch b/recipes/obsolete/pthsem/files/ldflags.patch
new file mode 100644
index 0000000000..74fd60b4f8
--- /dev/null
+++ b/recipes/obsolete/pthsem/files/ldflags.patch
@@ -0,0 +1,16 @@
+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