Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=473583





--- Comment #15 from Tom "spot" Callaway <[email protected]>  2009-05-19 
12:04:17 EDT ---
Well, if you're going to use a shared library here, you should do it properly,
as a versioned .so, with proper packaging.

libWN_la_LDFLAGS = -version-number 3:0:0

will give you what you want, although, you might talk to upstream to be sure
they're okay with the .so numbering starting there.

Don't forget to delete the .la and .a file, your -devel wildcard is catching
them. See why wildcards are tricky! :)

Also, you need to change a few things to ensure that the autotooling happens
cleanly, specifically:

* BuildRequires: libtool
* autoreconf -i instead of just autoreconf

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Fedora-package-review mailing list
[email protected]
http://www.redhat.com/mailman/listinfo/fedora-package-review

Reply via email to