-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, thanks for merging into the mainline tree. However, there's another problem left: Since you're now trying to install the library before the pkgconfig file, $(LIBDIR) might not exist yet. Here's the patch: Index: Makefile =================================================================== - --- Makefile (Revision 56) +++ Makefile (Arbeitskopie) @@ -32,9 +32,9 @@ install: $(INSTALL) -d -m 755 $(INCLUDEDIR)/kqueue/sys $(INSTALL) -m 644 sys/event.h $(INCLUDEDIR)/kqueue/sys/event.h - - $(INSTALL) -m 644 libkqueue.so $(LIBDIR)/libkqueue.so $(INSTALL) -d -m 755 $(LIBDIR)/pkgconfig $(INSTALL) -m 644 libkqueue.pc $(LIBDIR)/pkgconfig + $(INSTALL) -m 644 libkqueue.so $(LIBDIR) $(INSTALL) -d -m 755 $(MANDIR)/man2 $(INSTALL) -m 644 kqueue.2 $(MANDIR)/man2/kqueue.2 $(INSTALL) -m 644 kqueue.2 $(MANDIR)/man2/kevent.2 Mark Heily schrieb:
This has been committed as r44. Thanks!
- -- Wo das Chaos auf die Ordnung trifft, gewinnt meist das Chaos, weil es besser organisiert ist. - Friedrich Nietzsche - - -- _____ ________ / \ / ____/ Mario Schwalbe / \ / \ \____ \ / Y \/ \ eMail: schwalbe@inf.tu-dresden.de, \____|__ /______ / s4700588@inf.tu-dresden.de \/ \/ key ID: 7DA9 DAFF key fingerprint: 2979 AA20 4A93 B527 90CC 45E5 4B28 511A 7DA9 DAFF -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkr0JQUACgkQSyhRGn2p2v+37gCdE+cEMToRKj89lvk5sowk/5S6 NggAn2Q4Udw/3K0PuX39apDVMakAOZi+ =yZgi -----END PGP SIGNATURE-----