Skip to content

Commit

Permalink
manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
FGasper committed Dec 21, 2022
1 parent 53c2ea3 commit f4aa534
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
13 changes: 13 additions & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
@@ -1,10 +1,23 @@
.github/workflows/all.yml
.gitignore
.gitmodules
LICENSE
MANIFEST
Makefile.PL
README.md
cpanfile
easyxs/.gitignore
easyxs/LICENSE
easyxs/README.md
easyxs/easyxs.h
easyxs/easyxs_debug.h
easyxs/easyxs_numeric.h
easyxs/easyxs_perlcall.h
easyxs/easyxs_scalar.h
easyxs/easyxs_string.h
easyxs/easyxs_structref.h
easyxs/init.h
easyxs/ppport.h
examples/test.pl
examples/test_async.pl
examples/test_server.pl
Expand Down
4 changes: 4 additions & 0 deletions lib/Net/mbedTLS.pm
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ also set C<NET_MBEDTLS_LINKING> to C<static> in your environment.
=back
NB: In the latter two cases your compiler has to generate
I<position-independent> code when building mbedTLS. GCC’s C<-fPIC>
flag does this. (See this distribution’s CI tests for an example.)
Dynamic linking allows Net::mbedTLS to use the most recent
(compatible) mbedTLS but requires you to have a shared mbedTLS
available, whereas static linking alleviates that dependency at the
Expand Down

0 comments on commit f4aa534

Please sign in to comment.