sysutils/adtool: Fix build with OpenLDAP 2.5
PR: 259049 Approved by: maintainer timeout
This commit is contained in:
parent
267b678a5b
commit
2e17b44b71
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= adtool
|
||||
PORTVERSION= 1.3.3
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://gp2x.org/adtool/
|
||||
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
--- src/tools/Makefile.in.orig 2011-06-13 18:02:32.000000000 -0400
|
||||
+++ src/tools/Makefile.in 2011-06-13 18:02:39.000000000 -0400
|
||||
@@ -143,7 +143,7 @@
|
||||
--- src/tools/Makefile.in.orig 2009-08-15 13:19:24 UTC
|
||||
+++ src/tools/Makefile.in
|
||||
@@ -143,7 +143,7 @@ AM_CFLAGS = @CFLAGS@
|
||||
|
||||
bin_PROGRAMS = adtool
|
||||
|
||||
-adtool_LDADD = @top_srcdir@/src/lib/libactive_directory.a -lldap -llber -lldap_r -lpthread -lresolv
|
||||
+adtool_LDADD = @top_srcdir@/src/lib/libactive_directory.a -lldap -llber -lldap_r -lpthread
|
||||
+adtool_LDADD = @top_srcdir@/src/lib/libactive_directory.a -lldap -llber -lldap -lpthread
|
||||
subdir = src/tools
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||
|
|
Loading…
Reference in a new issue