f5e450a425
- update spread4 to 4.2.0 - the port has a dedicated user/group, so use them in the rc script (instead root) - use dedicated log directory - assign port to ports@ devel/pecl-spread - bump PORTREVISION PR: 175510 Submitted by: Javier Martin Rueda <jmrueda@diatel.upm.es>
11 lines
368 B
Text
11 lines
368 B
Text
--- daemon/Makefile.in.orig 2012-03-21 00:26:01.000000000 +0100
|
|
+++ daemon/Makefile.in 2013-01-22 12:02:35.000000000 +0100
|
|
@@ -30,7 +30,7 @@
|
|
LIBSPREADUTIL_DIR=../libspread-util
|
|
LIBSPREADUTIL_PATHS=-I$(LIBSPREADUTIL_DIR)/include -I$(top_srcdir)/libspread-util/include
|
|
LIBSPREADUTIL_LDFLAGS=-rdynamic
|
|
-LIBSPREADUTIL_LIBS=-ldl
|
|
+LIBSPREADUTIL_LIBS=
|
|
|
|
CC=@CC@
|
|
LD=@LD@
|