Browse Source

Merge pull request #8030 from jow-/at-elf-depends

at: change libelf1 dependency to libelf
lilik-openwrt-22.03
Hannu Nyman 6 years ago
committed by GitHub
parent
commit
6ff8b353f5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      utils/at/Makefile

+ 1
- 1
utils/at/Makefile View File

@ -24,7 +24,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/at
SECTION:=utils
CATEGORY:=Utilities
DEPENDS:=+libelf1
DEPENDS:=+libelf
TITLE:=Delayed job execution and batch processing
URL:=http://packages.debian.org/stable/at
endef


Loading…
Cancel
Save