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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
utils/at/Makefile
|
|
@ -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 |
|
|
|