VirtualBox

Ignore:
Timestamp:
Jan 11, 2019 2:44:34 PM (6 years ago)
Author:
vboxsync
Message:

RDP: add client-1.8.4.
bugref:9356: Update rdesktop-vrdp to 1.8.4
client-1.8.4 is a Subversion copy of 1.8.3 with the upstream 1.8.3 to 1.8.4
patch applied and a couple of fixes and changes after review, namely:

  • Stopped disabling the new pointer data format for our build, as this is no

longer needed.

  • Adjusted some snprintf buffers to make GCC happy.
Location:
trunk/src/VBox/RDP/client-1.8.4
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/RDP/client-1.8.4/configure.ac

    r55123 r76779  
    1 AC_INIT(rdesktop, 1.8.3)
     1AC_INIT(rdesktop, 1.8.4)
    22
    33AC_CONFIG_SRCDIR([rdesktop.c])
     
    99    CFLAGS="$CFLAGS -Wall"
    1010fi
    11 AC_PROG_CXX
    1211
    1312AC_PROG_INSTALL
     
    3332AC_SEARCH_LIBS(socket, socket)
    3433AC_SEARCH_LIBS(inet_aton, resolv)
    35 AC_SEARCH_LIBS(clock_gettime, rt)
    3634
    3735AC_CHECK_HEADER(sys/select.h, AC_DEFINE(HAVE_SYS_SELECT_H))
     
    225223        }
    226224        return 0;
    227 }],
    228  [AC_MSG_RESULT(no)],
    229  [AC_MSG_RESULT(yes)
    230   AC_DEFINE(NEED_ALIGN)],
    231  [AC_MSG_RESULT(assuming yes)
     225}], 
     226 [AC_MSG_RESULT(no)], 
     227 [AC_MSG_RESULT(yes) 
     228  AC_DEFINE(NEED_ALIGN)], 
     229 [AC_MSG_RESULT(assuming yes) 
    232230  AC_DEFINE(NEED_ALIGN)])
    233 
    234 #
    235 # linux/compiler.h
    236 #
    237 AC_MSG_CHECKING([if linux/compiler.h is required])
    238 AC_TRY_COMPILE([
    239 #include <linux/compiler.h>
    240 ],[],
    241 [AC_MSG_RESULT(yes)
    242  AC_DEFINE(VBOX_WITH_LINUX_COMPILER_H)],
    243 [AC_MSG_RESULT(no)])
    244231
    245232
     
    265252AC_ARG_WITH(libvncserver,
    266253    [  --with-libvncserver     make rdp2vnc],
    267     [
     254    [ 
    268255    VNCINC=`$vncserverconfig --cflags`
    269256    AC_SUBST(VNCINC)
     
    284271AC_ARG_WITH(sound,
    285272    [  --with-sound            select sound system ("oss", "sgi", "sun", "alsa" or "libao") ],
    286     [
    287     sound="$withval"
     273    [ 
     274    sound="$withval" 
    288275    ])
    289276
     
    292279AC_CHECK_HEADER(sys/audioio.h, [HAVE_SUN=1], [HAVE_SUN=0])
    293280
    294 AC_ARG_ENABLE(static-libsamplerate,
    295     [  --enable-static-libsamplerate link libsamplerate statically],
    296     [static_libsamplerate=yes],
     281AC_ARG_ENABLE(static-libsamplerate, 
     282    [  --enable-static-libsamplerate link libsamplerate statically], 
     283    [static_libsamplerate=yes], 
    297284    [static_libsamplerate=no])
    298285
     
    867854AC_ARG_WITH(ipv6,
    868855    [  --with-ipv6             enable IPv6-support],
    869     [
     856    [ 
    870857        if test $withval != "no";
    871858        then
     
    882869    [
    883870        if test $withval != "no";
    884         then
     871        then 
    885872            AC_DEFINE(WITH_DEBUG,1)
    886873        fi
     
    891878    [
    892879        if test $withval != "no";
    893         then
     880        then 
    894881            AC_DEFINE(WITH_DEBUG_KBD,1)
    895882        fi
     
    900887    [
    901888        if test $withval != "no";
    902         then
     889        then 
    903890            AC_DEFINE(WITH_DEBUG_RDP5,1)
    904891        fi
     
    909896    [
    910897        if test $withval != "no";
    911         then
     898        then 
    912899            AC_DEFINE(WITH_DEBUG_CLIPBOARD,1)
    913900        fi
     
    918905    [
    919906        if test $withval != "no";
    920         then
     907        then 
    921908            AC_DEFINE(WITH_DEBUG_SOUND,1)
    922909        fi
     
    927914    [
    928915        if test $withval != "no";
    929         then
     916        then 
    930917            AC_DEFINE(WITH_DEBUG_CHANNEL,1)
    931918        fi
     
    936923    [
    937924        if test $withval != "no";
    938         then
     925        then 
    939926            AC_DEFINE(WITH_DEBUG_SEAMLESS,1)
    940927        fi
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette