diff options
author | Rosen Penev <rosenp@gmail.com> | 2024-04-14 16:44:08 -0700 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2024-04-19 14:18:45 -0700 |
commit | bfb5d820bf3f7e50fdde9da759e7407b5d5763a2 (patch) | |
tree | 7243d02210a4e6151b084fd234062e7159a8fac1 /libs/ibrcommon/Makefile | |
parent | 8951378aece0cd33e97d975c2232e66d040582c2 (diff) |
ibrcommon: remove basename
Can be replaced with regular C++.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'libs/ibrcommon/Makefile')
-rw-r--r-- | libs/ibrcommon/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ibrcommon/Makefile b/libs/ibrcommon/Makefile index b1adfd39f..2b6f4c2eb 100644 --- a/libs/ibrcommon/Makefile +++ b/libs/ibrcommon/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ibrcommon PKG_VERSION:=1.0.1 -PKG_RELEASE:=9 +PKG_RELEASE:=10 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.ibr.cs.tu-bs.de/projects/ibr-dtn/releases |