CVSROOT:        /cvs
Module name:    ports
Changes by:     na...@cvs.openbsd.org   2019/02/11 13:34:39

Modified files:
        net/curl       : Makefile 
Added files:
        net/curl/patches: patch-m4_curl-compilers_m4 

Log message:
Don't interfere with debugging (-g) and optimization (-O) flags.

The curl configure script wants to take control of the compiler
flags for optimization and debugging.  The actual interactions are
more complex, but the gist is that the flags are stripped from
CFLAGS, and if --enable-optimize or --enable-debug are specified,
an approved optimization or debugging flag is added.

report/ok bentley@

Reply via email to