hurdextras-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

httpfs ChangeLog Makefile.am


From: Samuel Thibault
Subject: httpfs ChangeLog Makefile.am
Date: Fri, 25 Jan 2013 00:40:40 +0000

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  <address@hidden>
        
                * 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  <address@hidden>
 
        * netfs.c: Call pthread_mutex_lock and pthread_mutex_unlock instead of
+       * Makefile.am: Link -lpthread instead of -lthreads.
 
 2012-09-30  Cyril Roelandt  <address@hidden>
 

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 \



reply via email to

[Prev in Thread] Current Thread [Next in Thread]