forked from pool/expect
70b55796467caecb12f1b27337db2043b32000720b0135b97af7baa91068743c
- pass explicit -pie flag to CFLAGS and hack `make` invocation so that /usr/bin/expect actually becomes a PIE binary. This is especially awkard since the expect build system implicitly passes -fPIC which breaks our gcc-PIE package, but does not pass -pie while linking the executable. Shared libraries are also not linked with -shared so we need to explicitly pass this, too, to avoid build breakage (bsc#1184122). OBS-URL: https://build.opensuse.org/request/show/887314 OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/expect?expand=0&rev=26
Description
No description provided
Languages
Diff
100%