* [ptxdist] [PATCH] xfsprogs: switch back to static linking
@ 2016-07-04 19:36 Lucas Stach
0 siblings, 0 replies; only message in thread
From: Lucas Stach @ 2016-07-04 19:36 UTC (permalink / raw)
To: ptxdist
libxfs is not meant to be used as a shared object. A lot
of the xfsprogs depend on this lib and need to be linked
statically in order to work correctly.
Signed-off-by: Lucas Stach <dev@lynxeye.de>
---
rules/xfsprogs.make | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rules/xfsprogs.make b/rules/xfsprogs.make
index ccde53a..755c7f6 100644
--- a/rules/xfsprogs.make
+++ b/rules/xfsprogs.make
@@ -36,7 +36,7 @@ XFSPROGS_CONF_OPT := \
--sbindir=/usr/sbin \
--libdir=/usr/lib \
--datarootdir=/usr/share \
- --disable-static \
+ --enable-static \
--disable-gettext \
--enable-blkid \
--disable-readline \
--
2.7.4
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2016-07-04 19:36 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-04 19:36 [ptxdist] [PATCH] xfsprogs: switch back to static linking Lucas Stach
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox