X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=pcre%2Fltmain.sh;h=ab65054f17ac7cdd161c162d30584c23d2b8c8d8;hp=50515ad0b9ee92bb43e26ec0df55270fb013ff0f;hb=1b1366b05e26ac4c25846d2f3836bae1e89a944a;hpb=c75584ebcc79f939fb4ec9c8f842cef6692640c7;ds=inline 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";;