Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (3h)  pkgsrc-2024Q1 (9d)  pkgsrc-2023Q4 (56d)  pkgsrc-2023Q2 (88d)  pkgsrc-2023Q3 (168d) 

2024-05-26 23:43:56 UTC Now

2010-02-22 13:24:54 UTC pkgsrc-2009Q4 commitmail json YAML

Pullup ticket #3018 - requested by he
libdaemon: build fix

Revisions pulled up:
- devel/libdaemon/Makefile 1.6
---
Module Name: pkgsrc
Committed By: he
Date: Fri Feb 19 15:04:51 UTC 2010

Modified Files:
pkgsrc/devel/libdaemon: Makefile

Log Message:
Update from version 0.14 to 0.14nb1.

Pkgsrc changes:
o On NetBSD 4.*, avoid the use of -Wl,--no-undefined.  It doesn't work
  there, because the shared lib is not linked with libc.so (which is
  possibly a bug).

Thanks to joerg@ for hints for how to work around this.

(tron)