Author: pfg Date: Sun Oct 9 01:53:47 2011 New Revision: 1180516 URL: http://svn.apache.org/viewvc?rev=1180516&view=rev Log: i109429 - FreeBSD port: broken at extensions/source/config/ldap with --without-stlport. Modified: incubator/ooo/trunk/main/extensions/source/config/ldap/makefile.mk Modified: incubator/ooo/trunk/main/extensions/source/config/ldap/makefile.mk URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/extensions/source/config/ldap/makefile.mk?rev=1180516&r1=1180515&r2=1180516&view=diff ============================================================================== --- incubator/ooo/trunk/main/extensions/source/config/ldap/makefile.mk (original) +++ incubator/ooo/trunk/main/extensions/source/config/ldap/makefile.mk Sun Oct 9 01:53:47 2011 @@ -82,7 +82,7 @@ SHL1STDLIBS= \ SHL1STDLIBS+=-lcompat # workaround for FreeBSD, which needs -llber50, too .IF "$(WITH_OPENLDAP)" != "YES" -SHL1STDLIBS+=-Wl,-Bstatic -llber50 +SHL1STDLIBS+=-Wl,-Bstatic -llber50 -Wl,-Bdynamic .ENDIF .ENDIF