Fix installed paths. After e52d0487e88c3c8c57e1310d1a02b18eae0d142e upstream, this bug was exposed. Instead of working around it, fix the patch. After this, everything consistently gets installed to ipkg-install/usr. Minor Makefile reorganization. Signed-off-by: Rosen Penev <rosenp@gmail.com>
11 lines
277 B
Diff
11 lines
277 B
Diff
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -25,7 +25,7 @@ dnl If we use /usr as prefix, use /etc f
|
|
then
|
|
sysconfdir="/etc"
|
|
fi
|
|
- if test ${libdir} = '${exec_prefix}/lib'
|
|
+ if false
|
|
then
|
|
case "$host_cpu" in
|
|
x86_64|ppc64|s390x|sparc64)
|