Skip to content

Commit

Permalink
packages/abcip: Fix AbcIP Build
Browse files Browse the repository at this point in the history
This commit switches abcip upstream repository to my own where I have
applied some fixes on top of crc181/abcip.
  • Loading branch information
wtfbbqhax committed Jun 10, 2024
1 parent 04cba00 commit e7940a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ RUN APKBUILD="$PACKAGE_DIR/hwloc/APKBUILD" abuild -r
RUN APKBUILD="$PACKAGE_DIR/libdaq/APKBUILD" abuild -r
RUN APKBUILD="$PACKAGE_DIR/snort3/APKBUILD" abuild -r
RUN APKBUILD="$PACKAGE_DIR/snort3_extra/APKBUILD" abuild -r
#RUN APKBUILD="$PACKAGE_DIR/abcip/APKBUILD" abuild -r
RUN APKBUILD="$PACKAGE_DIR/abcip/APKBUILD" abuild -r
RUN APKBUILD="$PACKAGE_DIR/lightspd-manifest/APKBUILD" abuild -r

## cleanup
Expand Down
4 changes: 2 additions & 2 deletions packages/abcip/APKBUILD
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Contributor: Victor Roemer <[email protected]>
# Maintainer: Victor Roemer <[email protected]>
pkgname=abcip
pkgver=2.4.1
pkgver=2.4.2
pkgrel=0
pkgdesc="ABC IP"
url="https://www.github.com/crc181/abcip"
arch="all"
license="GPL-3.0"
options='!fhs !check'
giturl="https://github.com/crc181/abcip.git"
giturl="https://github.com/wtfbbqhax/abcip.git"
builddir="$srcdir/abcip"
depends="libpcap"
makedepends="git libpcap-dev autoconf automake libtool libdaq-dev"
Expand Down

0 comments on commit e7940a3

Please sign in to comment.