ports/69054: [patch] devel/omniORB fails to build with openssl from ports
Konstantin Oznobihin
bork at rsu.ru
Wed Jul 14 13:50:22 UTC 2004
>Number: 69054
>Category: ports
>Synopsis: [patch] devel/omniORB fails to build with openssl from ports
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Wed Jul 14 13:50:21 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator: Konstantin Oznobihin
>Release: FreeBSD 5.2.1-RELEASE-p9 i386
>Organization:
Rostov State University
>Environment:
System: FreeBSD *.cc.rsu.ru 5.2.1-RELEASE-p9 FreeBSD 5.2.1-RELEASE-p9 #0: Fri Jul 2 20:10:08 MSD 2004 /usr/obj/usr/src/sys/athlon-xp.HEAD.2004-06-08 i386
>Description:
devel/omniORB can not be built with openssl installed from ports,
it works only with openssl from base system.
>How-To-Repeat:
cd /usr/ports/devel/omniORB
make install
>Fix:
Add USE_OPENSSL=yes and change /usr in CONFIGURE_ARGS to ${OPENSSLBASE}
in the devel/omniORB/Makefile.
--- patch begins here ---
--- Makefile.orig Wed Jul 14 17:23:02 2004
+++ Makefile Wed Jul 14 17:20:45 2004
@@ -22,13 +22,14 @@
GNU_CONFIGURE= yes
USE_REINPLACE= yes
USE_PYTHON= yes
+USE_OPENSSL= yes
INSTALLS_SHLIB= yes
NO_FILTER_SHLIBS= yes
MAKEFILE= GNUmakefile
CONFIGURE_SCRIPT= ../configure
CONFIGURE_ENV+= CC=${CC} CFLAGS="${CFLAGS}" CXX=${CXX} CXXFLAGS="${CXXFLAGS}" \
CPP=${CPP} PYTHON=${PYTHON_CMD}
-CONFIGURE_ARGS= --datadir=${DATADIR} --with-openssl=/usr \
+CONFIGURE_ARGS= --datadir=${DATADIR} --with-openssl=${OPENSSLBASE} \
--with-omniORB-config=${PREFIX}/etc/omniORB.cfg \
--with-omniNames-logdir=/var/log
.if defined(WITHOUT_STATIC)
--- patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list