Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:cherydan
perl-BSSolv
_service:obs_scm:Makefile.PL
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File _service:obs_scm:Makefile.PL of Package perl-BSSolv
use ExtUtils::MakeMaker; my $solvprefix = '/usr'; my $inc = "-I$solvprefix/include/solv"; my $lib; if (grep {$_ eq '--bundled-libsolv'} @ARGV) { my $builddir = 'libsolv'; $inc = "-I$builddir/src -I$builddir/ext"; $lib = "-L$builddir/src -L$builddir/ext -lsolvext -lsolv -lz -llzma -lzstd"; } else { $lib = '-lsolvext -lsolv'; } WriteMakefile( NAME => 'BSSolv', VERSION_FROM => 'BSSolv.pm', INC => $inc, LIBS => [ $lib ], )
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor