projects
/
openwrt
/
staging
/
stintel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dab35f0
)
util-linux: Disable sulogin in util-linux package
author
John Crispin
<john@openwrt.org>
Mon, 2 Jun 2014 12:44:27 +0000
(12:44 +0000)
committer
John Crispin
<john@openwrt.org>
Mon, 2 Jun 2014 12:44:27 +0000
(12:44 +0000)
The sulogin tool doesn't compile because it cannot find shadow.h. As the
tool is not available in openwrt it is now not selected during the build
process.
Signed-off-by: Tjalling Hattink <t.hattink@fugro.nl>
SVN-Revision: 40930
package/utils/util-linux/Makefile
patch
|
blob
|
history
diff --git
a/package/utils/util-linux/Makefile
b/package/utils/util-linux/Makefile
index 13ec6035751a0cadbfd52f3f15628b4da890c06b..14907678784130bd7464e6b19ccead9355178889 100644
(file)
--- a/
package/utils/util-linux/Makefile
+++ b/
package/utils/util-linux/Makefile
@@
-34,6
+34,7
@@
CONFIGURE_ARGS += \
--enable-new-mount \
--with-ncurses \
--disable-tls \
+ --disable-sulogin \
--without-udev
TARGET_CFLAGS += $(FPIC)