Skip to content
This repository has been archived by the owner on Mar 7, 2019. It is now read-only.

Commit

Permalink
Merge pull request #47 from plicease/with_pic
Browse files Browse the repository at this point in the history
make --with-pic default for autoconf
  • Loading branch information
zmughal committed Sep 4, 2014
2 parents 2c5c463 + 2bb7b4a commit 4138270
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Changes.Alien-Base
Expand Up @@ -17,6 +17,8 @@ Revision history for Perl module Alien::Base.
- Added support for LWP as an alternative to HTTP::Tiny (preaction++ gh#24)
- Added support for content-disposition HTTP header to determine correct filename
and determine format from that (rsimoes++ gh#27)
- By default run autotools style configure scripts with --with-pic and add
alien_autoconf_with_pic property to allow disabling that (plicease gh#47)

0.004 Mar 5, 2014
- Added version token to the interpolator (MidLifeXis++)
Expand Down
6 changes: 6 additions & 0 deletions lib/Alien/Base/ModuleBuild/API.pod
Expand Up @@ -77,6 +77,12 @@ A hashref or arrayref of hashrefs defining the repositories used to find and fet

If set to true, then dynamic libraries will be moved from the C<lib> directory to a separate C<dynamic> directory. This makes them available for FFI modules (see L<FFI::Raw>), while preferring static libraries when creating XS extensions.

=item alien_autoconf_with_pic

[version 0.005]

Add C<--with-pic> option to autoconf style C<configure> script when called. This is the default, and normally a good practice. Normally autoconf will ignore this and any other options that it does not recognize, but some non-autoconf C<configure> scripts may complain.

=over

=item protocol
Expand Down

0 comments on commit 4138270

Please sign in to comment.