|
Lines 27-32
Link Here
|
| 27 |
PLUGIN_BUILD=${WORKDIR}/${P}.plugin_build |
27 |
PLUGIN_BUILD=${WORKDIR}/${P}.plugin_build |
| 28 |
|
28 |
|
| 29 |
src_prepare() { |
29 |
src_prepare() { |
|
|
30 |
epatch "${FILESDIR}/${PV}-timeout.patch" |
| 30 |
if ! use ldap; then |
31 |
if ! use ldap; then |
| 31 |
sed -e "s/-lldap//" -i x2goclient.pro || die |
32 |
sed -e "s/-lldap//" -i x2goclient.pro || die |
| 32 |
sed -e "s/#define USELDAP//" -i x2goclientconfig.h || die |
33 |
sed -e "s/#define USELDAP//" -i x2goclientconfig.h || die |