diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2013-02-19 10:04:59 +0100 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2013-02-19 10:05:23 +0100 |
commit | 3708fe8434ad6f64d527215f4619556b0a5701ff (patch) | |
tree | 3b41467fd75fee3fa5d331f0cfcc2449fc157f8d /setup_native | |
parent | d7f9b7693968f2e2ff7a8d15830a5633d5999ee0 (diff) |
Kill the --without-system-stdlibs option
Change-Id: I54bff2c8593995829857d30b38b8626a8c1a1a4f
Diffstat (limited to 'setup_native')
-rw-r--r-- | setup_native/source/packinfo/packinfo_ure.txt | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/setup_native/source/packinfo/packinfo_ure.txt b/setup_native/source/packinfo/packinfo_ure.txt index 49c659112ae9..dfa037510252 100644 --- a/setup_native/source/packinfo/packinfo_ure.txt +++ b/setup_native/source/packinfo/packinfo_ure.txt @@ -20,6 +20,8 @@ Start module = "gid_Module_Root" solarispackagename = "%SOLSUREPACKAGEPREFIX%BRANDPACKAGEVERSION-ure" solarisrequires = "SUNWzlibr" +solarisprovides = "%SOLSUREPACKAGEPREFIX%BRANDPACKAGEVERSION-stdlibs" +provides = "%UREPACKAGEPREFIX%BRANDPACKAGEVERSION-stdlibs" packagename = "%UREPACKAGEPREFIX%BRANDPACKAGEVERSION-ure" copyright = "2012 The Document Foundation" solariscopyright = "solariscopyrightfile" @@ -33,6 +35,8 @@ Start module = "gid_Module_Root_Ure_Hidden" solarispackagename = "%SOLSUREPACKAGEPREFIX%BRANDPACKAGEVERSION-ure" solarisrequires = "SUNWzlibr" +solarisprovides = "%SOLSUREPACKAGEPREFIX%BRANDPACKAGEVERSION-stdlibs" +provides = "%UREPACKAGEPREFIX%BRANDPACKAGEVERSION-stdlibs" packagename = "%UREPACKAGEPREFIX%BRANDPACKAGEVERSION-ure" copyright = "2012 The Document Foundation" solariscopyright = "solariscopyrightfile" @@ -41,15 +45,3 @@ description = "UNO Runtime Environment" destpath = "/opt" packageversion = "%UREPACKAGEVERSION" End - -Start -module = "gid_Module_Optional_Stdlibs" -solarispackagename = "%SOLSUREPACKAGEPREFIX%BRANDPACKAGEVERSION-stdlibs" -packagename = "%UREPACKAGEPREFIX%BRANDPACKAGEVERSION-stdlibs" -copyright = "2012 The Document Foundation" -solariscopyright = "solariscopyrightfile" -vendor = "The Document Foundation" -description = "libstdc++ and libgcc_s for too old Linux systems" -destpath = "/opt" -packageversion = "%UREPACKAGEVERSION" -End |