mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
remove deprecated function from airpwn
This commit is contained in:
parent
54e8b43fe0
commit
75fe59df11
2 changed files with 3 additions and 4 deletions
|
|
@ -1,2 +1,2 @@
|
|||
DIST airpwn-1.4.tgz 910109 RMD160 4703b31cbf70b5d7fac4b921722c81fde5e29bc7 SHA1 30df2f76cbbf35a9aa4053fa622f5249f2960e88 SHA256 f689cd5a9038832cb0aaefa18cae0c282a6bfbeea38819cf47f306f14344e164
|
||||
EBUILD airpwn-1.4-r1.ebuild 892 RMD160 c7dfa52169530c2cfe38a297934158c21c038b73 SHA1 127c5984c68378e3a64307ef4f909864cdf5750a SHA256 f7725221b1b44970fb4189d0169aa6614a9a79abd43b29bfea1a1e736cdd346f
|
||||
EBUILD airpwn-1.4-r1.ebuild 902 RMD160 1fe28858e156bcc5cf856e133292706b553f678f SHA1 7b562c002900e6a71963c26af66cf545f7098d58 SHA256 9c2bb7938cf52299406ceb456ecddee160160f50009b0ad2f5c0dc033f09512d
|
||||
|
|
|
|||
|
|
@ -21,12 +21,11 @@ RDEPEND="net-wireless/lorcon-old
|
|||
dev-lang/python"
|
||||
|
||||
src_configure() {
|
||||
python_version
|
||||
append-ldflags $(no-as-needed)
|
||||
econf
|
||||
# this is a huge mess...
|
||||
sed -i "s/python2.4/python${PYVER}/g" conf.h || die "sed failed"
|
||||
sed -i "s|-lssl -lorcon -lpthread -lpcre -lpcap -lnet|-lssl -lorcon -lpthread -lpcre -lpcap -lnet -lpython${PYVER}|g" Makefile || die "sed failed"
|
||||
sed -i "s/python2.4/python$(python_get_version)/g" conf.h || die "sed failed"
|
||||
sed -i "s|-lssl -lorcon -lpthread -lpcre -lpcap -lnet|-lssl -lorcon -lpthread -lpcre -lpcap -lnet -lpython$(python_get_version)|g" Makefile || die "sed failed"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue