summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2010-11-09 20:28:04 +0000
committer Eric Hameleers <alien@slackware.com>2010-11-09 20:28:04 +0000
commitf58c61ba24ae6e9bb2c52a3a01a002222e77de58 (patch)
tree335ab8213bedb56247f027f33fc733db7256ea0f
parentc141d78999f942f1d3327a5ed3ab84a66b8726b8 (diff)
downloadasb-f58c61ba24ae6e9bb2c52a3a01a002222e77de58.tar.gz
asb-f58c61ba24ae6e9bb2c52a3a01a002222e77de58.tar.xz
We need a lot more symlinked pkg-config files if we want to compile libreoffice (and possibly others too) without seamonkey present
-rwxr-xr-xxulrunner/build/xulrunner.SlackBuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/xulrunner/build/xulrunner.SlackBuild b/xulrunner/build/xulrunner.SlackBuild
index 1a887657..dc6467cf 100755
--- a/xulrunner/build/xulrunner.SlackBuild
+++ b/xulrunner/build/xulrunner.SlackBuild
@@ -199,9 +199,11 @@ make DESTDIR=$PKG install 2>&1 | tee $OUTPUT/install-${PRGNAM}.log
GECKOVERS=$(./config/milestone.pl --topsrcdir=.)
mv $PKG/etc/gre.d/${GECKOVERS}.system.conf $PKG/etc/gre.d/gre${LIBDIRSUFFIX}.conf
-# Add missing xulrunner-plugin.pc
+# Add missing xulrunner pkg-config files:
( cd $PKG/usr/lib${LIBDIRSUFFIX}/pkgconfig
- ln -sf mozilla-plugin.pc xulrunner-plugin.pc
+ for FILE in gtkmozembed-embedding gtkmozembed js nspr nss plugin ; do
+ ln -sf mozilla-${FILE}.pc xulrunner-${FILE}.pc
+ done
)
# Make symlinks to prevent version information from entering dependencies: