From 00a21a6963d0817c80634db8a4fe0697e9215adc Mon Sep 17 00:00:00 2001 From: "Juergen \"George\" Sawinski" Date: Sat, 24 Jul 2004 20:27:23 +0000 Subject: [PATCH] Juergen Sawinski: -e2fsprogs' test if or if not to run "make install-libs" seems not to do the right thing (not running make install-libs leads to missing headers and man pages) => append install-libs to makeinstopt cures this [2004072100444728018] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@3648 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/base/e2fsprogs/e2fsprogs.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package/base/e2fsprogs/e2fsprogs.conf b/package/base/e2fsprogs/e2fsprogs.conf index 6f4c03ee3..4250fd934 100644 --- a/package/base/e2fsprogs/e2fsprogs.conf +++ b/package/base/e2fsprogs/e2fsprogs.conf @@ -34,3 +34,7 @@ fi # if you are brave, try without this and fix it... LD=$CC + +# somehow "make install" seems not to exectue install-libs, which +# is needed to get the headers installed (and static libraries also) +var_append makeinstopt ' ' "install-libs"