Skip to content

Commit

Permalink
fix rpc path
Browse files Browse the repository at this point in the history
  • Loading branch information
jbleyel committed May 17, 2024
1 parent 43f3aaa commit c294a48
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/enigma2-plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
pip3 install six
sed -i '/PKG_CHECK_MODULES(ENIGMA2, enigma2)/d' ./configure.ac
sed -i '/PKG_CHECK_MODULES(LIBCRYPTO, libcrypto)/d' ./configure.ac
sudo cp /usr/include/ntirpc/rpc/* /usr/include/rpc/
sudo cp /usr/include/ntirpc/netconfig.h /usr/include/
autoreconf -i
./configure --without-debug --with-po
make
Expand Down

0 comments on commit c294a48

Please sign in to comment.