X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=pcre%2Fltmain.sh;h=ab65054f17ac7cdd161c162d30584c23d2b8c8d8;hb=1d3617ad81eb29fadd92bc7e98a74a7b7c8212d3;hp=50515ad0b9ee92bb43e26ec0df55270fb013ff0f;hpb=c75584ebcc79f939fb4ec9c8f842cef6692640c7;p=privoxy.git diff --git a/pcre/ltmain.sh b/pcre/ltmain.sh index 50515ad0..ab65054f 100644 --- a/pcre/ltmain.sh +++ b/pcre/ltmain.sh @@ -2619,7 +2619,7 @@ static const void *lt_preloaded_setup() { # linked before any other PIC object. But we must not use # pic_flag when linking with -static. The problem exists in # FreeBSD 2.2.6 and is fixed in FreeBSD 3.1. - *-*-freebsd2*|*-*-freebsd3.0*|*-*-freebsdelf3.0*) + *-*-freebsd2*|*-*-freebsd3.0*|*-*-freebsdelf3.0*) case "$compile_command " in *" -static "*) ;; *) pic_flag_for_symtable=" $pic_flag -DPIC -DFREEBSD_WORKAROUND";;