CVSROOT:        /cvsroot/hurdextras
Module name:    notice
Changes by:     Samuel Thibault <sthibaul>      13/02/12 02:50:00

Modified files:
        .              : Makefile 

Log message:
        Fix build against libpthread
        
        * Makefile: Link against libpthread instead of libthreads.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/notice/Makefile?cvsroot=hurdextras&r1=1.1&r2=1.2

Patches:
Index: Makefile
===================================================================
RCS file: /cvsroot/hurdextras/notice/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- Makefile    13 Apr 2006 00:04:47 -0000      1.1
+++ Makefile    12 Feb 2013 02:50:00 -0000      1.2
@@ -1,6 +1,6 @@
 # Link stuff together (default target):
 notice: notice.o fs_notify.o
-       gcc -Wall -g -o notice notice.o fs_notify.o -lports -lthreads
+       gcc -Wall -g -o notice notice.o fs_notify.o -lports -lpthread
 
 # Compile the C sources:
 %.o: %.c

_______________________________________________
Hurdextras-commit mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/hurdextras-commit

Reply via email to