changelog
- Wed, 01 Aug 2012 23:56:04 +0200
- by Michael Schloh von Bennewitz <michael@schloh.com> [Wed, 01 Aug 2012 23:56:04 +0200] rev 438
- Remove nonportable compiler parameter from libarchive buildconf.
- Wed, 01 Aug 2012 23:54:32 +0200
- by Michael Schloh von Bennewitz <michael@schloh.com> [Wed, 01 Aug 2012 23:54:32 +0200] rev 437
- Add smf(5) logic in addition to legacy initialization scripts.
The introduced smf logic causes Solaris platforms supporting the
smf(5) to integrate new OpenPKG manifests and associated configuration.
- Wed, 01 Aug 2012 23:49:03 +0200
- by Michael Schloh von Bennewitz <michael@schloh.com> [Wed, 01 Aug 2012 23:49:03 +0200] rev 436
- Hack rpmconstant header file to allow targets to build, because...
Solaris studio cc(1) fails to build targets in rpmconstant with errors:
'undefined symbol first referenced in file constant.o' regarding symbols:
rpmdsInit, rpmdsNext, rpmdsTagN, rpmHeaderFormats, hdrVec, rpmTagTable,
rpmdsSearch, rpmdsResult, rpmTags, rpmdsIx, rpmdsDNEVR, rpmdsSetResult.
It seems that these symbols are not used by RPM in any way, and thus
the build configuration can succeed without including the nasty headers.