|
Line 48
Link Here
|
| 48 |
sed -i -e 's/PIC/__PIC__/g' ${S}/intl/relocatable.c |
48 |
cd ${S} |
| 49 |
-- |
49 |
if use smartcard && ! built_with_use opensc pcsc-lite ; then |
|
|
50 |
sed -i -e 's:OPENSC_LIBS="\$OPENSC_LIBS -lpcsclite -lpthread":OPENSC_LIBS="\$OPENSC_LIBS -lopenct -lpthread":' \ |
| 51 |
acinclude.m4 || die "openct patching failed." |
| 52 |
./autogen.sh |
| 53 |
fi |
| 54 |
sed -i -e 's/PIC/__PIC__/g' intl/relocatable.c || die "PIC patching failed" |
|
Lines 70-74
Link Here
|
| 70 |
`use_enable smartcard scdaemon` \ |
76 |
$(use_enable smartcard scdaemon) \ |
| 71 |
`use_enable nls` \ |
77 |
$(use_enable nls) \ |
| 72 |
`use_enable ldap` \ |
78 |
$(use_enable ldap) \ |
| 73 |
`use_with caps capabilities` \ |
79 |
$(use_with caps capabilities) \ |
| 74 |
`use_enable threads` \ |
80 |
$(use_enable threads) \ |
| 75 |
-- |
|
|
|
Line 81
Link Here
|
| 81 |
emake DESTDIR="${D}" install || die |
87 |
make DESTDIR="${D}" install || die |
| 82 |
-- |
|
|