projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9815f48
)
libtirpc: don't build host shared libraries
author
Rosen Penev
<rosenp@gmail.com>
Sun, 6 Mar 2022 06:55:31 +0000
(22:55 -0800)
committer
Rosen Penev
<rosenp@gmail.com>
Sun, 5 Jun 2022 05:47:53 +0000
(22:47 -0700)
Avoids having to use rpath hacks.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
libs/libtirpc/Makefile
patch
|
blob
|
history
diff --git
a/libs/libtirpc/Makefile
b/libs/libtirpc/Makefile
index 0a14276372e534135d2d7b21ee2569eab07cbfad..e8bb72425f18816ef4e7e57423b55611b247bf98 100644
(file)
--- a/
libs/libtirpc/Makefile
+++ b/
libs/libtirpc/Makefile
@@
-28,7
+28,7
@@
define Package/libtirpc
endef
CONFIGURE_ARGS += --disable-gssapi
-HOST_CONFIGURE_ARGS += --disable-gssapi
+HOST_CONFIGURE_ARGS += --disable-gssapi
--disable-shared
ifeq ($(HOST_OS),Darwin)
HOST_CONFIGURE_ARGS += --disable-symvers