[Slackbuilds-users] Satus Update

Robby Workman rworkman at slackbuilds.org
Wed Sep 12 19:06:58 UTC 2012


On Wed, 12 Sep 2012 21:59:13 +0500
Ozan Türkyılmaz <ozan.turkyilmaz at gmail.com> wrote:

> Here's the fixes.
> I tweaked aMule readme a little bit as well.
> I'll test java programs next.


I have the first two patches included in my branch, but
the third one seems wrong:

> commit 838e56c31b0d27152e9985c6455cf2b33ee8def0
> Author: Ozan Türkyılmaz <ozan.turkyilmaz at gmail.com>
> Date:   Wed Sep 12 21:54:28 2012 +0500
> 
>     Fixed the linking error


Commit message should be something like this:

  libraries/gnet: Fix linking error

 
> diff --git a/libraries/gnet/gnet.SlackBuild b/libraries/gnet/gnet.SlackBuild
> index 13765a8..58687f0 100644
> --- a/libraries/gnet/gnet.SlackBuild
> +++ b/libraries/gnet/gnet.SlackBuild
> @@ -71,8 +71,9 @@ CXXFLAGS="$SLKCFLAGS" \
>    --build=$ARCH-slackware-linux
>  
>  # doc/README says to do the following ... errs on gtk-doc for me though
> -#make distcheck
> -make
> +# make distcheck
> +
> +make LDFLAGS="/usr/lib64/libglib-2.0.so.0"


Shouldn't this be more like:

  make LDFLAGS="-lglib-2.0"

If it's not already looking in default libdir, then you could also put
"-L/usr/lib${LIBDIRSUFFIX}" in there, but it shouldn't be needed.

-RW
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL: <http://lists.slackbuilds.org/pipermail/slackbuilds-users/attachments/20120912/239de7b3/attachment.asc>


More information about the SlackBuilds-users mailing list