projects
/
openwrt
/
staging
/
aparcar.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ce29a5
)
libsemanage: rename build host dependency due package renaming
author
Florian Eckert
<fe@dev.tdt.de>
Fri, 30 Apr 2021 06:47:53 +0000
(08:47 +0200)
committer
Paul Spooren
<mail@aparcar.org>
Tue, 29 Mar 2022 12:41:53 +0000
(13:41 +0100)
Since the package name has changed, the build dependency must be updated
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
package/libs/libsemanage/Makefile
patch
|
blob
|
history
diff --git
a/package/libs/libsemanage/Makefile
b/package/libs/libsemanage/Makefile
index 8337b90bdac6974ea0f67a636dc91f2cb70311cb..b8ba694ffc5ce2277f693543eced748a291e834c 100644
(file)
--- a/
package/libs/libsemanage/Makefile
+++ b/
package/libs/libsemanage/Makefile
@@
-18,7
+18,7
@@
PKG_LICENSE_FILES:=COPYING
PKG_CPE_ID:=cpe:/a:selinuxproject:libsemanage
-HOST_BUILD_DEPENDS:=
lib
audit/host libselinux/host bzip2/host
+HOST_BUILD_DEPENDS:=audit/host libselinux/host bzip2/host
include $(INCLUDE_DIR)/package.mk