pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/48120: sysutils/strigi DragonFly undefined reference to symbol '_ZN6lucene4util14atomic_threads16atomic_decrementEPj'



The following reply was made to PR pkg/48120; it has been noted by GNATS.

From: David Shao <davshao%gmail.com@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: pkg/48120: sysutils/strigi DragonFly undefined reference to
 symbol '_ZN6lucene4util14atomic_threads16atomic_decrementEPj'
Date: Tue, 17 Sep 2013 07:46:04 -0700

 Sorry for the late reply.  Yes, on DragonFly 3.5-DEVELOPMENT both
 x86_64 and i386, making the suggested change to the Makefile for
 sysutils/strigi enables building and usage in the building of much of
 the KDE4 desktop environment.  The following patch was tested on
 current pkgsrc cvs such as through
 
 Module Name:    pkgsrc
 Date:           Tue Sep 17 01:06:12 UTC 2013
 
 Modified Files:
         pkgsrc/doc: CHANGES-2013
 
 Log Message:
 Updated filesystems/openafs to 1.6.5
 
 $NetBSD$
 
 --- Makefile.orig    2013-09-16 12:51:38.560183000 +0000
 +++ Makefile
 @@ -25,6 +25,8 @@ RT_LIB_SCHED=    -lrt
  RT_LIB_SCHED=    # empty
  .endif
 
 +LDFLAGS.DragonFly+=    -lclucene-shared
 +
  CFLAGS.SunOS+=    -DCMAKE_HAVE_PTHREAD_CREATE
  LDFLAGS.SunOS+=    -mimpure-text -lrt -lsocket -lclucene-shared
 


Home | Main Index | Thread Index | Old Index