diff options
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/perl5/files/patch-ad | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/japanese/perl5/files/patch-ad b/japanese/perl5/files/patch-ad index 20a1f673f4be..0e6214a6b32e 100644 --- a/japanese/perl5/files/patch-ad +++ b/japanese/perl5/files/patch-ad @@ -43,7 +43,7 @@ 0.*|1.0*) ;; -3.*|4.0*) -+2.*) cccdlflags='-DPIC -fpic' ++2.*) cccdlflags='-DPIC -fPIC' + lddlflags="-Bshareable $lddlflags" + ;; + @@ -53,7 +53,8 @@ libpth="/usr/lib /usr/local/lib" @@ -115,10 +137,6 @@ fi - cccdlflags='-DPIC -fpic' +- cccdlflags='-DPIC -fpic' ++ cccdlflags='-DPIC -fPIC' ;; - -*) cccdlflags='-DPIC -fpic' |