pidgin/pidgin

Stop removing -Wall from CFLAGS
release-2.x.y
4 months ago, Elliott Sales de Andrade
e1d146d0b604
Stop removing -Wall from CFLAGS

We really shouldn't override what the user has set externally. While it's true
that `-Wall` is set in `DEBUG_CFLAGS` later, dropping it from `CFLAGS` breaks
Perl detection somehow. Instead of going through the work to figure out how to
fix that, just stop modifying `CFLAGS` from the beginning.

Testing Done:
Compiled on Rawhide with the attached patch.

Bugs closed: PIDGIN-16593

Reviewed at https://reviews.imfreedom.org/r/2946/
/* XPM */
static char * arrow_up_xpm[] = {
"13 16 30 1",
" c None",
". c #5E3667",
"+ c #623C6B",
"@ c #A787A8",
"# c #603A6A",
"$ c #623B6B",
"% c #C2A6C1",
"& c #D4BDD2",
"* c #BEA2BD",
"= c #613A6A",
"- c #C0A5C0",
"; c #D4BCD1",
"> c #D5BED3",
", c #BEA3BE",
"' c #C0A5BF",
") c #BFA3BE",
"! c #BC9FBB",
"~ c #D5BDD2",
"{ c #D1B8CF",
"] c #CFB5CC",
"^ c #5C3566",
"/ c #623C6C",
"( c #C9ACC6",
"_ c #C4A4C1",
": c #BF9BBB",
"< c #B992B4",
"[ c #B389AE",
"} c #AF83AA",
"| c #B084AB",
"1 c #D3BBD0",
" . ",
" +@# ",
" $%&*= ",
" $-;>;,= ",
" $';>>>;)= ",
" =!~~{]{~~!= ",
"^^^^/~(~/^^^^",
" ^~_~^ ",
" ^&:&^ ",
" ^&<&^ ",
" ^&[&^ ",
" ^&}&^ ",
" ^&}&^ ",
" ^&|&^ ",
" ^1&1^ ",
" ^^^^^ "};