ratbox.patch 1.0 KB

12345678910111213141516171819202122232425
  1. Index: ircd-ratbox-2.0.8/modules/Makefile.in
  2. --- ircd-ratbox-2.0.8/modules/Makefile.in.orig 2005-01-14 18:25:51 +0100
  3. +++ ircd-ratbox-2.0.8/modules/Makefile.in 2005-04-11 21:44:28 +0200
  4. @@ -182,7 +182,7 @@
  5. ${CC} ${CPPFLAGS} ${CFLAGS} -DMODNAME=`basename $< .c`_mheader -c $< -o $@
  6. .c.so:
  7. - ${CC} ${PICFLAGS} ${CPPFLAGS} ${CFLAGS} $< -o $@
  8. + ${CC} ${PICFLAGS} ${CPPFLAGS} ${CFLAGS} $< -o $@ ${IRCDLIBS}
  9. .so.sl:
  10. $(LD) -b $< -o $@
  11. Index: ratbox-services-1.0beta1/src/Makefile.in
  12. --- ratbox-services-1.0beta1/src/Makefile.in.orig 2005-01-04 20:58:50 +0100
  13. +++ ratbox-services-1.0beta1/src/Makefile.in 2005-04-11 21:41:39 +0200
  14. @@ -12,7 +12,7 @@
  15. INCLUDES=-I ../include/ @SQLITE_INCLUDES@
  16. LDFLAGS=@LDFLAGS@
  17. LIBS=@LIBS@
  18. -CFLAGS=-g -O0 -Wall -Werror -Wunused -Wshadow -Wmissing-declarations -Wwrite-strings -DPREFIX=\"$(PREFIX)\"
  19. +CFLAGS=@CPPFLAGS@ @CFLAGS@ -g -O0 -Wall -Werror -Wunused -Wshadow -Wmissing-declarations -Wwrite-strings -DPREFIX=\"$(PREFIX)\"
  20. MAKE = make
  21. # Anything marked with the .PHONY attribute is always considered "out of date"