ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/App-Staticperl/README
(Generate patch)

Comparing App-Staticperl/README (file contents):
Revision 1.20 by root, Fri Oct 19 22:25:42 2018 UTC vs.
Revision 1.21 by root, Tue Mar 19 15:24:49 2019 UTC

739 739
740 staticperl mkperl -MIO::AIO --staticlib crypt 740 staticperl mkperl -MIO::AIO --staticlib crypt
741 741
742 # ldopts might now contain: 742 # ldopts might now contain:
743 # -lm -Wl,-Bstatic -lcrypt -Wl,-Bdynamic -lpthread 743 # -lm -Wl,-Bstatic -lcrypt -Wl,-Bdynamic -lpthread
744
745 "--extra-cflags" string
746 Specifies extra compiler flags, used when compiling the bundle
747 file. The flags are appended to all the existing flags, so can
748 be sued to override settings.
749
750 "--extra-ldflags" string
751 Specifies extra linker flags, used when linking the bundle.
752
753 "--extra-libs" string
754 Extra linker flags, appended at the end when linking. The
755 difference to "--extra-ldflags" is that the ldflags are appended
756 to the flags, before the objects and libraries, and the extra
757 libs are added at the end.
744 758
745 EXTENDED GLOB PATTERNS 759 EXTENDED GLOB PATTERNS
746 Some options of staticperl mkbundle expect an *extended glob pattern*. 760 Some options of staticperl mkbundle expect an *extended glob pattern*.
747 This is neither a normal shell glob nor a regex, but something in 761 This is neither a normal shell glob nor a regex, but something in
748 between. The idea has been copied from rsync, and there are the current 762 between. The idea has been copied from rsync, and there are the current

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines