projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81e5615
)
package/libpjsip: disable build of test binaries
author
Bernd Kuhls
<bernd.kuhls@t-online.de>
Sun, 14 Oct 2018 09:01:57 +0000
(11:01 +0200)
committer
Thomas Petazzoni
<thomas.petazzoni@bootlin.com>
Sun, 9 Dec 2018 21:23:08 +0000
(22:23 +0100)
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/libpjsip/libpjsip.mk
patch
|
blob
|
history
diff --git
a/package/libpjsip/libpjsip.mk
b/package/libpjsip/libpjsip.mk
index db9e474be76fa90d703efc67406355f8be4a14d1..b3c439d51c8b0a62debca2efc49df963f966849b 100644
(file)
--- a/
package/libpjsip/libpjsip.mk
+++ b/
package/libpjsip/libpjsip.mk
@@
-67,4
+67,7
@@
ifeq ($(BR2_PACKAGE_UTIL_LINUX_LIBUUID),y)
LIBPJSIP_DEPENDENCIES += util-linux
endif
+# disable build of test binaries
+LIBPJSIP_MAKE_OPTS = lib
+
$(eval $(autotools-package))