[csw-devel] SF.net SVN: gar:[17370] csw/mgar/pkg/pcre/branches/pcre-gcc/Makefile

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Sun Mar 11 12:12:59 CET 2012


Revision: 17370
          http://gar.svn.sourceforge.net/gar/?rev=17370&view=rev
Author:   wahwah
Date:     2012-03-11 11:12:58 +0000 (Sun, 11 Mar 2012)
Log Message:
-----------
pcre/branches/pcre-gcc: libgcc_s.so.1 is not there on Solaris 9

Modified Paths:
--------------
    csw/mgar/pkg/pcre/branches/pcre-gcc/Makefile

Modified: csw/mgar/pkg/pcre/branches/pcre-gcc/Makefile
===================================================================
--- csw/mgar/pkg/pcre/branches/pcre-gcc/Makefile	2012-03-11 11:08:51 UTC (rev 17369)
+++ csw/mgar/pkg/pcre/branches/pcre-gcc/Makefile	2012-03-11 11:12:58 UTC (rev 17370)
@@ -89,6 +89,16 @@
 
 LD_OPTIONS =
 
+# These checks fail on Solaris 9, because there is no libgcc_s.so.1 installed
+# on Solaris 9. However, the library does exist on Solaris 10, where these
+# libraries would be run. Checkpkg currently doesn't handle this special case,
+# so overrides are used.
+CHECKPKG_OVERRIDES_CSWlibpcrecpp0-gxx += soname-not-found|libstdc++.so.6|is|needed|by|opt/csw/gxx/lib/amd64/libpcrecpp.so.0.0.0
+CHECKPKG_OVERRIDES_CSWlibpcrecpp0-gxx += soname-not-found|libgcc_s.so.1|is|needed|by|opt/csw/gxx/lib/amd64/libpcrecpp.so.0.0.0
+CHECKPKG_OVERRIDES_CSWlibpcre1-gxx += soname-not-found|libgcc_s.so.1|is|needed|by|opt/csw/gxx/lib/amd64/libpcre.so.1.0.0
+CHECKPKG_OVERRIDES_CSWlibpcreposix0-gxx += soname-not-found|libgcc_s.so.1|is|needed|by|opt/csw/gxx/lib/amd64/libpcreposix.so.0.0.0
+CHECKPKG_OVERRIDES_CSWlibpcre16-0-gxx += soname-not-found|libgcc_s.so.1|is|needed|by|opt/csw/gxx/lib/amd64/libpcre16.so.0.0.0
+
 include gar/category.mk
 
 # The testcases need 'diff -u' which Solaris 8 diff does not have,

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list