CVSROOT: /cvsroot/hurdextras
Module name: jfs
Changes by: Samuel Thibault <sthibaul> 13/02/10 10:21:01
Modified files:
. : ChangeLog Makefile.am
Log message:
2013-02-10 Samuel Thibault <[email protected]>
Fix automake warning.
* Makefile.am: Use AM_CFLAGS and AM_CPPFLAGS instead of CFLAGS
and
CPPFLAGS.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/jfs/ChangeLog?cvsroot=hurdextras&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/jfs/Makefile.am?cvsroot=hurdextras&r1=1.2&r2=1.3
Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/hurdextras/jfs/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- ChangeLog 10 Feb 2013 10:19:59 -0000 1.2
+++ ChangeLog 10 Feb 2013 10:21:01 -0000 1.3
@@ -1,5 +1,12 @@
2013-02-10 Samuel Thibault <[email protected]>
+ Fix automake warning.
+
+ * Makefile.am: Use AM_CFLAGS and AM_CPPFLAGS instead of CFLAGS and
+ CPPFLAGS.
+
+2013-02-10 Samuel Thibault <[email protected]>
+
Fix build against libpthread.
* configure.in: Look for pthread_exit in libpthread instead of
Index: Makefile.am
===================================================================
RCS file: /cvsroot/hurdextras/jfs/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- Makefile.am 10 Feb 2013 10:19:59 -0000 1.2
+++ Makefile.am 10 Feb 2013 10:21:01 -0000 1.3
@@ -4,9 +4,9 @@
jfs_LDADD = -lpthread -ldiskfs -lpager -lstore -liohelp -lfshelp \
-lports -lihash -lshouldbeinlibc
-CPPFLAGS += -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64
+AM_CPPFLAGS = -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64
-CFLAGS += -Wall -g -O2
+AM_CFLAGS = -Wall -g -O2
EXTRA_DIST = Makefile.sep
_______________________________________________
Hurdextras-commit mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/hurdextras-commit