Skip to content

Commit

Permalink
Merge pull request #9 from skaji/remove-nsl
Browse files Browse the repository at this point in the history
remove -lnsl
  • Loading branch information
skaji committed Oct 6, 2019
2 parents ca86d59 + b6b8fa3 commit 965ae75
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build/relocatable-perl-build
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,10 @@ sub perl_build {
# see https://github.com/agracio/electron-edge-js/issues/16
push @Configure, "-Ui_xlocale";
push @Configure, "-Dlibpth=@LINUX_LIBPTH";

# RHEL8, Fedora28, CentOS8 does not have libnsl.so.1 by default;
# remove -lnsl
push @Configure, "-Dlibs=-lpthread -ldl -lm -lcrypt -lutil -lc";
}
push @Configure, "-des";

Expand Down

0 comments on commit 965ae75

Please sign in to comment.