Skip to content

Commit

Permalink
build: drop libpopt references
Browse files Browse the repository at this point in the history
Problem: the README, debian control file, and install-deps-deb.sh
script mention libpopt, but that was only a requirement for dbench,
which we no longer vendor.

Drop libpopt references.
  • Loading branch information
garlick committed Jan 17, 2025
1 parent bd0d3ac commit c510de8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

#### On Debian
```
sudo apt-get install build-essential libpopt-dev ncurses-dev automake autoconf git pkgconf
sudo apt-get install build-essential ncurses-dev automake autoconf git pkgconf
sudo apt-get install lua5.1 liblua5.1-dev libmunge-dev libwrap0-dev libcap-dev libattr1-dev
./autogen.sh
./configure
Expand Down
1 change: 0 additions & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ Standards-Version: 4.1.2
Build-Depends:
debhelper (>= 10),
libncurses-dev,
libpopt-dev,
lua5.1,
liblua5.1-dev

Expand Down
1 change: 0 additions & 1 deletion scripts/install-deps-deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ apt install \
make \
pkg-config \
libc6-dev \
libpopt-dev \
libncurses-dev \
libcap2-dev \
lua5.1 \
Expand Down

0 comments on commit c510de8

Please sign in to comment.