From: Lucas Stach <dev@lynxeye.de>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH] xfsprogs: switch back to static linking
Date: Mon, 4 Jul 2016 21:36:00 +0200 [thread overview]
Message-ID: <1467660960-16241-1-git-send-email-dev@lynxeye.de> (raw)
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
reply other threads:[~2016-07-04 19:36 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1467660960-16241-1-git-send-email-dev@lynxeye.de \
--to=dev@lynxeye.de \
--cc=ptxdist@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox