diff --git a/CHANGELOG b/CHANGELOG index 85c82d7..38e5d4f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -3,6 +3,7 @@ */ 10302004 - Fixed a strcpy that should have been a strcat. (thanks, Tolga!) + Build system respects external CFLAGS now. (thanks, Adam!) 10062004 - Removed profiling code from physfs.c. 09292004 - Every API that can return a list of strings can now use a callback mechanism if the application wants to do it's own diff --git a/TODO b/TODO index 5cf78b9..3eb1afd 100644 --- a/TODO +++ b/TODO @@ -44,7 +44,6 @@ Some might be dupes, some might be done already. - MIX enumerates files as hash values. - Should file enumeration return an error or set error state? - Ryanify pocketpc.c ... -- CFLAGS fix. - Update internal zlib? - Get svn hooks working. - maybe other stuff. diff --git a/configure.in b/configure.in index 5764da0..d4495b9 100644 --- a/configure.in +++ b/configure.in @@ -514,7 +514,7 @@ AC_CHECK_FUNCS([memset strrchr]) AC_CHECK_SIZEOF(int, 4) -CFLAGS="$CFLAGS $PHYSFSCFLAGS -D_REENTRANT -D_THREAD_SAFE" +CFLAGS="$PHYSFSCFLAGS $CFLAGS -D_REENTRANT -D_THREAD_SAFE" LDFLAGS="$LDFLAGS $PHYSFSLDFLAGS -no-undefined" dnl Add Makefile conditionals