From 6a64f6e927dd42d4d91cb6679cca04ce1ab65f47 Mon Sep 17 00:00:00 2001 From: Dirk Opfer Date: Wed, 22 Apr 2009 10:23:41 +0200 Subject: pthsem: new recipe, version 2.0.7 GNU Portable Threads replacement with semaphore support --- recipes/pthsem/files/ldflags.patch | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 recipes/pthsem/files/ldflags.patch (limited to 'recipes/pthsem/files/ldflags.patch') diff --git a/recipes/pthsem/files/ldflags.patch b/recipes/pthsem/files/ldflags.patch new file mode 100644 index 0000000000..74fd60b4f8 --- /dev/null +++ b/recipes/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 -- cgit 1.2.3-korg