[Bug 232969] emulators/virtualbox-ose: link error while linking the RDP client
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Jun 18 14:03:36 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232969
Alexandros Perdikomatis <alexandrosperdikomatis at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |alexandrosperdikomatis at gmai
| |l.com
--- Comment #25 from Alexandros Perdikomatis <alexandrosperdikomatis at gmail.com> ---
in the file:
work/VirtualBox-5.2.26/src/VBox/RDP/client-1.8.3/Makefile.kmk
I did't remove the `/usr/lib' string,
I replaced it with /usr/local/lib
where:
...
rdesktop-vrdp_LIBPATH = \
/usr/lib \
...
comes like:
...
rdesktop-vrdp_LIBPATH = \
/usr/local/lib \
...
and build finished fine.
thanks for your comments, they really helped me out.
--
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
More information about the freebsd-emulation
mailing list