diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-11 12:29:23 +0100 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-11 12:29:23 +0100 |
| commit | 407f9b8fde3ad9cc55f39f7a548cde6056dab494 (patch) | |
| tree | 0375ea8ddab3502bf6883066f43fc7e328d5c704 /package/rdesktop | |
| parent | 2ecefcf609e484d04d1546581191831e07ad71ec (diff) | |
| parent | abb858ae43374dc13a5fcef19b9e0ba9442013bb (diff) | |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/rdesktop')
| -rw-r--r-- | package/rdesktop/Makefile | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/package/rdesktop/Makefile b/package/rdesktop/Makefile index 18b8169d1..ebf30cf03 100644 --- a/package/rdesktop/Makefile +++ b/package/rdesktop/Makefile @@ -4,12 +4,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:= rdesktop -PKG_VERSION:= 1.6.0 +PKG_VERSION:= 1.8.1 PKG_RELEASE:= 1 -PKG_MD5SUM:= c6fcbed7f0ad7e60ac5fcb2d324d8b16 +PKG_MD5SUM:= f5382c5c85b0d2cc88b9b1aa9bbf1356 PKG_DESCR:= client for Windows Terminal Services PKG_SECTION:= net -PKG_BUILDDEP:= libiconv-tiny openssl +PKG_DEPENDS:= libsamplerate libopenssl alsa-lib libao +PKG_BUILDDEP:= libiconv-tiny openssl libsamplerate alsa-lib libao PKG_URL:= http://www.rdesktop.org/ PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=rdesktop/} @@ -17,7 +18,10 @@ include $(TOPDIR)/mk/package.mk $(eval $(call PKG_template,RDESKTOP,rdesktop,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) -CONFIGURE_ARGS+= --with-openssl="${STAGING_TARGET_DIR}/usr" +TARGET_CFLAGS+= -D_GNU_SOURCE -D_POSIX_SOURCE +CONFIGURE_ARGS+= --with-openssl="${STAGING_TARGET_DIR}/usr" \ + --disable-smartcard \ + --disable-credssp rdesktop-install: $(INSTALL_DIR) $(IDIR_RDESKTOP)/usr/bin |
