summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas Stach <dev@lynxeye.de>2016-07-04 21:36:00 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2016-08-15 10:01:29 +0200
commit11598e885a4e4ac8f502eb972f26557a23b5920b (patch)
treeb8c1be5d9cf19298b4fd1daaed30fff18bc7a6fe
parentd3689acddb490c816b42897b7e92007c2b042a52 (diff)
downloadptxdist-11598e885a4e4ac8f502eb972f26557a23b5920b.tar.gz
ptxdist-11598e885a4e4ac8f502eb972f26557a23b5920b.tar.xz
xfsprogs: switch back to static linking
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> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/xfsprogs.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/xfsprogs.make b/rules/xfsprogs.make
index ccde53abb..755c7f697 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 \