Skip to content

Commit

Permalink
optimized
Browse files Browse the repository at this point in the history
  • Loading branch information
leleliu008 committed Feb 8, 2025
1 parent cc0a399 commit f07457f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion formula/i2pd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ src-sha: f5792a1c0499143c716663e90bfb105aaa7ec47d1c4550b5f90ebfc25da00c6c
license: BSD-3-Clause
dep-pkg: boost libminiupnpc libopenssl

dopatch: gsed -i 's|-lcrypto -lssl|-lssl -lcrypto|' Makefile.linux
dopatch: |
gsed -i 's|-lcrypto -lssl|-lssl -lcrypto|' Makefile.*
gsed -i 's|ln -sf |ln -sfr |' Makefile.*
prepare: export CXXFLAGS="$CXXFLAGS $CPPFLAGS"

Expand Down

0 comments on commit f07457f

Please sign in to comment.