diff options
author | Tomas Chvatal <tchvatal@suse.cz> | 2011-11-06 17:44:11 +0100 |
---|---|---|
committer | Rene Engelhard <rene@debian.org> | 2011-11-08 01:01:11 +0100 |
commit | bdead69dd3c947743907681c8a2f16ca1f50cd9c (patch) | |
tree | 60a0c4a0bb5f2e03eabda629111a3d060c40bff4 /set_soenv.in | |
parent | f6b9a2f4d4d89f798b890d0324fdb520bcbcde0f (diff) |
Add switch for system/internal npapi.h
This commit also update the internal includes to latest mozilla ones
including the .c{,pp} file updates.
The ldap check is also simplified from 2 check into plain one.
Diffstat (limited to 'set_soenv.in')
-rwxr-xr-x | set_soenv.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/set_soenv.in b/set_soenv.in index 034465360f89..e7e62ffa9bdf 100755 --- a/set_soenv.in +++ b/set_soenv.in @@ -1477,6 +1477,8 @@ ToFile( "PREBUILD_MOZAB", $PREBUILD_MOZAB, "e" ); ToFile( "MOZILLA_VERSION", $MOZILLA_VERSION, "e" ); ToFile( "DEFAULT_MOZILLA_TOOLKIT", $MOZILLA_TOOLKIT, "e" ); ToFile( "SYSTEM_NSS", "@SYSTEM_NSS@", "e" ); +ToFile( "MOZILLA_HEADERS_CFLAGS", "@MOZILLA_HEADERS_CFLAGS@", "e" ); +ToFile( "SYSTEM_MOZILLA_HEADERS", "@SYSTEM_MOZILLA_HEADERS@", "e" ); ToFile( "MOZILLABUILD", "@MOZILLABUILD@", "e" ); ToFile( "BUILD_VER_STRING", "@BUILD_VER_STRING@", "e" ); if ($platform =~ m/linux/ && $platform =~ m/powerpc/) { |