diff options
| author | Richard Lowe <richlowe@richlowe.net> | 2022-04-29 13:50:18 -0500 |
|---|---|---|
| committer | Dan McDonald <danmcd@mnx.io> | 2022-05-01 23:01:58 -0400 |
| commit | aef4408962df0a4e5c94b9f2c6c5b23683c6f565 (patch) | |
| tree | ff22edd30bcd4a9193cb5da91bd63a004c9cb52a | |
| parent | 0bac467c5c1d37ae879894be3f86644aa211be1f (diff) | |
| download | illumos-joyent-aef4408962df0a4e5c94b9f2c6c5b23683c6f565.tar.gz | |
XXXXX perl modules have no SONAME, swallow linker flags
| -rw-r--r-- | usr/src/cmd/perl/Makefile.perl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/cmd/perl/Makefile.perl b/usr/src/cmd/perl/Makefile.perl index 76a02d61bd..007eca5ba4 100644 --- a/usr/src/cmd/perl/Makefile.perl +++ b/usr/src/cmd/perl/Makefile.perl @@ -54,3 +54,4 @@ XSUBPP64 = $(PERLBINDIR64)/perl $(PERLDIR)/lib/ExtUtils/xsubpp \ CSTD = $(CSTD_GNU99) ZGUIDANCE = +SONAME = $(PERLEXT) |
