Is it possible to compile syslogd-1.4.1 against uClibc

Nathanael D. Noblet nathanael at gnat.ca
Wed Nov 23 19:47:04 UTC 2005


On Wed, 2005-11-23 at 13:09 -0600, frank sabella wrote:

> Hi Rob,
> 
> Are you saying that the patch could be just copied to package/sysklogd and the the build process would apply it to the app, or does the .mk need to be modified?
> 
Well its a bit complicated. If you copied it to that dir, it would be
applied, but would then break anyone who tried to use a 2.4.x kernel as
it isn't needed there.

So the sysklogd.mk file needs to test for the kernel version some how,
and then apply the patch only then. To do this it must NOT be named
FILENAME.patch as it would automatically get applied at all times.
Perhaps naming the file filename.patch.2.6 would work, once you have the
test for kernel version in the makefile.

-- 
Nathanael D. Noblet
Gnat Solutions
http://www.gnat.ca/
T 250.385.4613
C 250.893.4613




More information about the uClibc mailing list