projects
/
feed
/
telephony.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2127aa
)
pjproject: add PKG_CONFIG_DEPENDS
292/head
author
Sebastian Kemper
<sebastian_ml@gmx.net>
Thu, 8 Mar 2018 15:07:39 +0000
(16:07 +0100)
committer
Sebastian Kemper
<sebastian_ml@gmx.net>
Thu, 8 Mar 2018 15:07:48 +0000
(16:07 +0100)
It is unlikely that SOFT_FLOAT is toggled, but add it to
PKG_CONFIG_DEPENDS for completeness' sake anyway.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
libs/pjproject/Makefile
patch
|
blob
|
history
diff --git
a/libs/pjproject/Makefile
b/libs/pjproject/Makefile
index e089d15bafc6cb7a56b5d5c9877b1b0ae1203eae..bdf7efcc6bd038f8d0a9ed51602cc51a6f94c633 100644
(file)
--- a/
libs/pjproject/Makefile
+++ b/
libs/pjproject/Makefile
@@
-25,6
+25,8
@@
PKG_MAINTAINER:=Jiri Slachta <jiri@slachta.eu>
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
+PKG_CONFIG_DEPENDS:=CONFIG_SOFT_FLOAT
+
include $(INCLUDE_DIR)/package.mk
define Package/pjproject/Default