![]() |
[BUG] in seamonkey 2.9 slackbuild; does not create usr/include/seamonkey-2.9/nss -> .
In seamonkey 2.8 I noticed the link
/usr/include/seamonkey-2.8/nss -> . becouse make install does not create it and $ pkg-config --cflags nss -I/usr/include/seamonkey-2.8/nss In seamonkey 2.9 I noticed that /usr/include/seamonkey-2.9/nss is a directory, an EMPTY directory. I noticed that make install now create it, so the row 'ln . nss' in Slackbuild fails! and pkg-config point to an empty directory. |
note: from version 2.8, seamonkey create "libnssutil3.so", so the relative /usr/lib/pkgconfig/nss&seamonkey-nss should include it.
from: Libs: -L${libdir} -lnss3 -lsmime3 -lssl3 -lsoftokn3 Cflags: -I${includedir}/nss to: Libs: -L${libdir} -lnss3 -lsmime3 -lssl3 -lsoftokn3 -lnssutil3 Cflags: -I${includedir} |
Yes, I can confirm this.
/usr/include/seamonkey-2.8/nss/ is full with stuff, after upgrade /usr/include/seamonkey-2.9/nss/ is empty. |
The headers may have moved -look for specific files which were under /usr/include/seamonkey-2.8/nss/ to see if they are installed somewhere else by the new version.
|
It's now fixed in the latest -Current update :)
|
Used new seamonkey to build Chromium...
It work! http://www.z01.eu/repo-slack/slackwa...rent/chromium/ |
| All times are GMT -5. The time now is 11:27 PM. |