Jean-Fabrice
31-03-2005, 16:01
Hi,
I've recompiled my "historic" Nylon package using unslung build system.
I have attached an archive with my make/nylon.mk, my sources/nylon/nylon.patch and a conf-dist file : sources/nylon/nylon.conf-dist
As you will see, I need to tweak nylon.mk with the following :
1) add --with-libevent=dir in the configure section because nylon's configure did not find the library in the staging directory (the configure script seems to search for the library at it's top-level dir instead of taking advantage of staging CPPFLAGS and staging LDFLAGS)
2) delete --target in the configure section because nylon's configure takes this parameter as a file transform schema during 'make install' resulting in a 'mipsel-linux-nylon' binary instead of 'nylon'
Are such issues normals ? is there any way to simply avoid them ?
Thanks a lot.
I've recompiled my "historic" Nylon package using unslung build system.
I have attached an archive with my make/nylon.mk, my sources/nylon/nylon.patch and a conf-dist file : sources/nylon/nylon.conf-dist
As you will see, I need to tweak nylon.mk with the following :
1) add --with-libevent=dir in the configure section because nylon's configure did not find the library in the staging directory (the configure script seems to search for the library at it's top-level dir instead of taking advantage of staging CPPFLAGS and staging LDFLAGS)
2) delete --target in the configure section because nylon's configure takes this parameter as a file transform schema during 'make install' resulting in a 'mipsel-linux-nylon' binary instead of 'nylon'
Are such issues normals ? is there any way to simply avoid them ?
Thanks a lot.