components/puppet/ext/extconf.rb
author saurabh.vyas@oracle.com
Mon, 27 Oct 2014 00:43:51 -0700
branchs11u2-sru
changeset 3423 f15260c4f334
parent 2771 8e4227dc2fc4
permissions -rw-r--r--
18197420 pkg publisher provider should handle set/disable combination 19278382 svccfg provider doesn't verify properties correctly 19308306 puppet verify fails on file:/ pkg publisher
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2771
8e4227dc2fc4 16453463 Update Puppet's offerings on Solaris
Virginia Wray <virginia.wray@oracle.com>
parents:
diff changeset
     1
require 'mkmf'
8e4227dc2fc4 16453463 Update Puppet's offerings on Solaris
Virginia Wray <virginia.wray@oracle.com>
parents:
diff changeset
     2
$CPPFLAGS = "-I/usr/include -I/usr/include/bsm"
8e4227dc2fc4 16453463 Update Puppet's offerings on Solaris
Virginia Wray <virginia.wray@oracle.com>
parents:
diff changeset
     3
$LDFLAGS  = "-L/usr/lib"
8e4227dc2fc4 16453463 Update Puppet's offerings on Solaris
Virginia Wray <virginia.wray@oracle.com>
parents:
diff changeset
     4
$LOCAL_LIBS = "-lbsm"
8e4227dc2fc4 16453463 Update Puppet's offerings on Solaris
Virginia Wray <virginia.wray@oracle.com>
parents:
diff changeset
     5
create_makefile("PuppetAudit")