Browse Source

Juergen Sawinski <george@mpimf-heidelberg.mpg.de>:

copy some more header files (e.g. nss stuff needed by evolution)


git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1532 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Juergen "George" Sawinski 21 years ago
parent
commit
77582fbee4
2 changed files with 3 additions and 1 deletions
  1. +1
    -0
      Documentation/Developers/CHANGELOG-RENE
  2. +2
    -1
      package/x11/mozilla/mozilla.conf

+ 1
- 0
Documentation/Developers/CHANGELOG-RENE

@ -7,6 +7,7 @@
added jsaw/openjade
fixed the category of k3b and pixieplus
enabled utf8 support in pcre
we need to copy more header files in x11/mozilla
*) 2003-09-27 (2.0.0-rc1 - 2.0.0-rc2)

+ 2
- 1
package/x11/mozilla/mozilla.conf

@ -62,10 +62,11 @@ EOP
eval $MAKE -f client.mk build ; eval $MAKE install
echo "Copy all mozilla include files" \
"(required for building galeon) ..."
"(required for building galeon, evolution, etc.) ..."
cp -v xpcom/base/nscore.h /usr/include/mozilla-$ver/xpcom/
cp -v xpcom/glue/nsDebug.h /usr/include/mozilla-$ver/xpcom/
cp -rL dist/include/* /usr/include/mozilla-$ver/
cp -rL dist/public/* /usr/include/mozilla-$ver/
echo "Run the component registration ..."
cd $MOZILLA_FIVE_HOME

Loading…
Cancel
Save