CVSROOT: /cvsroot/hurdextras
Module name: httpfs
Changes by: Samuel Thibault <sthibaul> 13/01/25 00:40:39
Modified files:
. : ChangeLog Makefile.am
Log message:
2013-01-25 Samuel Thibault <[email protected]>
* Makefile.am: Link -lpthread instead of -lthreads.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/httpfs/ChangeLog?cvsroot=hurdextras&r1=1.6&r2=1.7
http://cvs.savannah.gnu.org/viewcvs/httpfs/Makefile.am?cvsroot=hurdextras&r1=1.3&r2=1.4
Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/hurdextras/httpfs/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- ChangeLog 25 Jan 2013 00:40:02 -0000 1.6
+++ ChangeLog 25 Jan 2013 00:40:39 -0000 1.7
@@ -1,6 +1,7 @@
2013-01-25 Samuel Thibault <[email protected]>
* netfs.c: Call pthread_mutex_lock and pthread_mutex_unlock instead of
+ * Makefile.am: Link -lpthread instead of -lthreads.
2012-09-30 Cyril Roelandt <[email protected]>
Index: Makefile.am
===================================================================
RCS file: /cvsroot/hurdextras/httpfs/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- Makefile.am 14 Jan 2013 10:47:05 -0000 1.3
+++ Makefile.am 25 Jan 2013 00:40:39 -0000 1.4
@@ -2,7 +2,7 @@
bin_PROGRAMS=httpfs
-httpfs_LDADD=$(LIBS) -lhurdbugaddr -lnetfs -lfshelp -lthreads -lports -liohelp
-lshouldbeinlibc
+httpfs_LDADD=$(LIBS) -lhurdbugaddr -lnetfs -lfshelp -lpthread -lports -liohelp
-lshouldbeinlibc
httpfs_SOURCES=httpfs.c \
netfs.c \
args.c \
_______________________________________________
Hurdextras-commit mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/hurdextras-commit