diff options
author | Eneas U de Queiroz <cotequeiroz@gmail.com> | 2019-07-23 10:35:03 -0300 |
---|---|---|
committer | Yousong Zhou <yszhou4tech@gmail.com> | 2019-07-25 09:35:40 +0800 |
commit | 2593eabd6b2288cc2af81db3b6f9fb2e5f9a2269 (patch) | |
tree | 82c9183bb84dca03560c4af89972597441891699 /libs/psqlodbc | |
parent | 36649eef4360f50ce3274566d2a9e897533636ac (diff) |
treewide: Capitalize submenus
Fixed a typo in tcpreplay.
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
Diffstat (limited to 'libs/psqlodbc')
-rw-r--r-- | libs/psqlodbc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/psqlodbc/Makefile b/libs/psqlodbc/Makefile index 2dd743b5b..1b6e24f75 100644 --- a/libs/psqlodbc/Makefile +++ b/libs/psqlodbc/Makefile @@ -27,7 +27,7 @@ CONFIGURE_ARGS += \ --with-libpq=$(STAGING_DIR)/usr define Package/psqlodbc/Default - SUBMENU:=database + SUBMENU:=Database URL:=https://odbc.postgresql.org/ SECTION:=libs CATEGORY:=Libraries |