Skip to content

Commit

Permalink
gh: link nbcompat
Browse files Browse the repository at this point in the history
  • Loading branch information
jperkin committed Dec 12, 2024
1 parent 7e2d8e1 commit 0aae42d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-pkgin-tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,10 @@ jobs:
cp ${GITHUB_WORKSPACE}/pkgsrc/security/netpgpverify/files/libnetpgpverify.a lib
CFLAGS="${CFLAGS} -I${GITHUB_WORKSPACE}/pkgsrc/net/libfetch/files"
CFLAGS="${CFLAGS} -I/tmp/destdir/usr/include"
export LDFLAGS="-L/tmp/destdir/usr/lib"
LDFLAGS="-L${GITHUB_WORKSPACE}/pkgsrc/pkgtools/libnbcompat/files"
LDFLAGS="${LDFLAGS} -L/tmp/destdir/usr/lib"
export LDFLAGS
export LIBS="-lnbcompat"
./configure --prefix=/usr
bmake
bmake DESTDIR=/tmp/destdir
Expand Down

0 comments on commit 0aae42d

Please sign in to comment.