set_soenv.in (de2c434c) | set_soenv.in (08bb353f) |
---|---|
1#!@PERL@ -w 2# 3############################################################### 4# 5# Licensed to the Apache Software Foundation (ASF) under one 6# or more contributor license agreements. See the NOTICE file 7# distributed with this work for additional information 8# regarding copyright ownership. The ASF licenses this file --- 1814 unchanged lines hidden (view full) --- 1823ToFile( "EPM", "@EPM@", "e" ); 1824ToFile( "EPM_URL", "@EPM_URL@", "e" ); 1825ToFile( "EPM_FLAGS", $EPM_FLAGS, "e" ); 1826ToFile( "BUILD_EPM", "@BUILD_EPM@", "e" ); 1827ToFile( "PKGFORMAT", "@PKGFORMAT@", "e" ); 1828ToFile( "SYSTEM_STDLIBS", "@SYSTEM_STDLIBS@", "e" ); 1829ToFile( "SYSTEM_ZLIB", "@SYSTEM_ZLIB@", "e" ); 1830ToFile( "SYSTEM_NSS", "@SYSTEM_NSS@", "e" ); | 1#!@PERL@ -w 2# 3############################################################### 4# 5# Licensed to the Apache Software Foundation (ASF) under one 6# or more contributor license agreements. See the NOTICE file 7# distributed with this work for additional information 8# regarding copyright ownership. The ASF licenses this file --- 1814 unchanged lines hidden (view full) --- 1823ToFile( "EPM", "@EPM@", "e" ); 1824ToFile( "EPM_URL", "@EPM_URL@", "e" ); 1825ToFile( "EPM_FLAGS", $EPM_FLAGS, "e" ); 1826ToFile( "BUILD_EPM", "@BUILD_EPM@", "e" ); 1827ToFile( "PKGFORMAT", "@PKGFORMAT@", "e" ); 1828ToFile( "SYSTEM_STDLIBS", "@SYSTEM_STDLIBS@", "e" ); 1829ToFile( "SYSTEM_ZLIB", "@SYSTEM_ZLIB@", "e" ); 1830ToFile( "SYSTEM_NSS", "@SYSTEM_NSS@", "e" ); |
1831ToFile( "NSS_CFLAGS", "@NSS_CFLAGS@", "e" ); 1832ToFile( "NSS_LIBS", "@NSS_LIBS@", "e" ); |
|
1831ToFile( "SYSTEM_OPENSSL", "@SYSTEM_OPENSSL@", "e" ); 1832ToFile( "OPENSSL_CFLAGS", "@OPENSSL_CFLAGS@", "e" ); 1833ToFile( "OPENSSL_LIBS", "@OPENSSL_LIBS@", "e" ); 1834ToFile( "SYSTEM_PYTHON", "@SYSTEM_PYTHON@", "e" ); 1835ToFile( "PYTHON_CFLAGS", "@PYTHON_CFLAGS@", "e" ); 1836ToFile( "PYTHON_LIBS", "@PYTHON_LIBS@", "e" ); 1837if ($SYSTEM_PYTHON eq "NO") { 1838ToFile( "HOME", "@HOME@", "e" ); --- 832 unchanged lines hidden --- | 1833ToFile( "SYSTEM_OPENSSL", "@SYSTEM_OPENSSL@", "e" ); 1834ToFile( "OPENSSL_CFLAGS", "@OPENSSL_CFLAGS@", "e" ); 1835ToFile( "OPENSSL_LIBS", "@OPENSSL_LIBS@", "e" ); 1836ToFile( "SYSTEM_PYTHON", "@SYSTEM_PYTHON@", "e" ); 1837ToFile( "PYTHON_CFLAGS", "@PYTHON_CFLAGS@", "e" ); 1838ToFile( "PYTHON_LIBS", "@PYTHON_LIBS@", "e" ); 1839if ($SYSTEM_PYTHON eq "NO") { 1840ToFile( "HOME", "@HOME@", "e" ); --- 832 unchanged lines hidden --- |