]> git.ozlabs.org Git - ppp.git/blobdiff - .github/workflows/solaris.yaml
Merge branch 'pppoe-discovery' of https://github.com/pali/ppp
[ppp.git] / .github / workflows / solaris.yaml
index 32ef9094d55e6fa29e785fde5a71ff2546ae4feb..b36b1b5a6a704edfe1107acb5da156daf00437ce 100644 (file)
@@ -12,6 +12,7 @@ jobs:
       with:
         run: |
           pkg update
-          pkg install gcc
-          ./configure
+          pkg install gcc automake autoconf libtool
+          ./autogen.sh CFLAGS="-Wno-deprecated-declarations"
           make
+          make install