termux / termux-root-packages

Termux packages that are only usable by root users.
Other
1.04k stars 295 forks source link

[libnfnetlink] Fix a redifinition error for libnetfilter-queue #273

Closed ghost closed 3 years ago

ghost commented 3 years ago

Now there is the same name of define

Grimler91 commented 3 years ago

The termux-packages submodule update in https://github.com/termux/termux-root-packages/commit/51c2428a70fa5cd7494a1e7859151e36cd325a44 is reverted by this PR, could you remove that from the commit? Can be done by running something like this from the termux-root-packages folder:

cd termux-packages
git checkout ee97e92bfa340d02767e8cdcb00926004bb292be
cd ..
git add termux-packages
git commit --amend
git push -f
ghost commented 3 years ago

@Grimler91 is it good now? sorry I'm not a big experience with git

Grimler91 commented 3 years ago

Yes, it is good now, thanks!