Browse Source

libs/gdbm: Add package description

Signed-off-by: Marcel Denia <naoir@gmx.net>
lilik-openwrt-22.03
Marcel Denia 10 years ago
parent
commit
b8272ceb2e
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      libs/gdbm/Makefile

+ 6
- 0
libs/gdbm/Makefile View File

@ -32,6 +32,12 @@ define Package/libgdbm
URL:=http://www.gnu.org/software/gdbm/
endef
define Package/libgdbm/description
GNU database manager library
GNU dbm is a set of database routines that use extendible hashing and
works similar to the standard UNIX dbm routines.
endef
TARGET_CFLAGS += $(FPIC)
CONFIGURE_ARGS += \


Loading…
Cancel
Save