Skip to content

Commit

Permalink
Remove unnecessary makedepends from nodejs-shared package
Browse files Browse the repository at this point in the history
  • Loading branch information
rootmos committed Mar 5, 2024
1 parent 45539c3 commit 3f22783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/archlinux/nodejs-shared/PKGBUILD.gen
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ sed -i 's/pkgname=nodejs/pkgname=nodejs-shared\nconflicts=('"'"'nodejs'"'"')/' "
sed -i 's,./configure,./configure --shared,' "$SHARED"

EXTRA_makedepends=
for d in gcc make icu pkgconf debugedit; do
for d in gcc make pkgconf debugedit; do
if [ -n "$EXTRA_makedepends" ]; then
EXTRA_makedepends="$EXTRA_makedepends "
fi
Expand Down

0 comments on commit 3f22783

Please sign in to comment.