Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jingjingxyk committed Jan 1, 2025
1 parent f45b04d commit a2cd809
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sapi/src/builder/library/aria2.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
PACKAGES="\$PACKAGES nettle hogweed"
CPPFLAGS="-I{$libiconv_prefix}/include -I{$libintl_prefix}/include "
LDFLAGS="-L{$libiconv_prefix}/lib -L{$libintl_prefix}/lib"
LIBS="-liconv -lintl {$libs}"
LIBS="-liconv {$libs}"
CPPFLAGS="$(pkg-config --cflags-only-I --static \$PACKAGES) \$CPPFLAGS " \
LDFLAGS="$(pkg-config --libs-only-L --static \$PACKAGES) \$LDFLAGS " \
LIBS="$(pkg-config --libs-only-l --static \$PACKAGES) \$LIBS " \
Expand Down Expand Up @@ -71,7 +71,6 @@
'libssh2',
'gmp',
'libexpat',
'libintl',
'libssh2',
'nettle'
)
Expand Down

0 comments on commit a2cd809

Please sign in to comment.