pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
patch to add LDFLAGS for Linux in sysutils/strigi/Makefile
Hi,
adding Linux to the list of platforms that need an additional
"-lclucene-shared" in LDFLAGS.
I think this change does not require a revbump, as it changes nothing
for platforms on which compiling worked before.
Regards
Matthias
Index: sysutils/strigi/Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/sysutils/strigi/Makefile,v
retrieving revision 1.48
diff -u -p -r1.48 Makefile
--- sysutils/strigi/Makefile 25 Apr 2015 14:24:55 -0000 1.48
+++ sysutils/strigi/Makefile 2 Jun 2015 17:03:06 -0000
@@ -28,6 +28,7 @@ RT_LIB_SCHED= # empty
LDFLAGS.Darwin+= -lclucene-shared
LDFLAGS.DragonFly+= -lclucene-shared
LDFLAGS.NetBSD+= -lclucene-shared
+LDFLAGS.Linux+= -lclucene-shared
CFLAGS.SunOS+= -DCMAKE_HAVE_PTHREAD_CREATE
LDFLAGS.SunOS+= -mimpure-text -lrt -lsocket -lclucene-shared
Home |
Main Index |
Thread Index |
Old Index