diff --git a/patches/src680/apply b/patches/src680/apply index 4f5b1f9..022e5a7 100644 --- a/patches/src680/apply +++ b/patches/src680/apply @@ -777,6 +777,7 @@ SectionOwner => davidf [ FrugalwareOnly ] gcc401-stlport45-include.diff, gghibo +ucb-no-CURL_NO_OLDIES.diff # ( mmp@oo.o deals with defaults apparently ) diff --git a/patches/src680/ucb-no-CURL_NO_OLDIES.diff b/patches/src680/ucb-no-CURL_NO_OLDIES.diff new file mode 100644 index 0000000..4ec2d7a --- /dev/null +++ b/patches/src680/ucb-no-CURL_NO_OLDIES.diff @@ -0,0 +1,19 @@ +Index: source/ucp/ftp/makefile.mk +=================================================================== +RCS file: /cvs/ucb/ucb/source/ucp/ftp/makefile.mk,v +retrieving revision 1.13 +retrieving revision 1.12 +diff -u -u -r1.13 -r1.12 +--- ucb/source/ucp/ftp/makefile.mk 20 Sep 2004 14:32:42 -0000 1.13 ++++ ucb/source/ucp/ftp/makefile.mk 2 Feb 2004 18:36:22 -0000 1.12 +@@ -75,9 +75,7 @@ + + .INCLUDE: settings.mk + +-.IF "$(SYSTEM_CURL)" == "YES" +-CFLAGS+=-DCURL_NO_OLDIES +-.ENDIF ++#CFLAGS +=-fno-inline + + # --- General ----------------------------------------------------- +