Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tevent: Update flags in tevent pkgconfig file | Lukas Slebodnik | 2014-04-04 | 1 | -2/+2 |
| | | | | | | | | | | | After exapnding, @LIB_RPATH@ will be -Wl,-rpatch,/usr/local/lib if rpath is used on install. But "-Wl," will be passed to linker and should not be among CFLAGS. Other pkgconfig files have @LIB_RPATH@ in the right place. @see commit 735c1cd2da15167748e92ba6de48fdb5169db587 Signed-off-by: Lukas Slebodnik <lslebodn@redhat.com> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org> | ||||
* | s4-pkgconfig: add @LIB_RPATH@ to our link flags | Andrew Tridgell | 2010-12-08 | 1 | -1/+1 |
| | | | | | | | | this is only set when rpath is used on install. It ensures that applications that link against Samba libraries get the rpath right Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Wed Dec 8 12:46:00 CET 2010 on sn-devel-104 | ||||
* | Add dependency to talloc in tevent pc file. | Jelmer Vernooij | 2009-01-06 | 1 | -0/+1 |
| | |||||
* | tevent: rename events => tevent in tevent.pc | Stefan Metzmacher | 2009-01-02 | 1 | -1/+1 |
| | | | | metze | ||||
* | s4:lib/tevent: add lib/events/ compat and let things compile | Stefan Metzmacher | 2008-12-17 | 1 | -1/+1 |
| | | | | metze | ||||
* | s4:lib/events: move to toplevel directory as lib/tevent/ | Stefan Metzmacher | 2008-12-17 | 1 | -0/+11 |
This commit will not compile on its own. metze |