Subversion Repositories ssvnc

Compare Revisions

Ignore whitespace Rev 46 → Rev 47

/ssvnc/trunk/debian/changelog
10,8 → 10,10
* samemachine_ipv6_overflow.patch (new): Fix stack overflow when
connecting over IPv6, caused by non-IPv6-aware code (Closes: #774622).
* nostrip.patch: Don't strip vncstorepw or ultravnc_dsm_helper either.
* buildflags.patch: Also pass flags to vncstorepw/Makefile and patch
that to use them.
 
-- Magnus Holmgren <holmgren@debian.org> Sat, 30 Jul 2016 22:42:05 +0200
-- Magnus Holmgren <holmgren@debian.org> Sat, 30 Jul 2016 23:09:09 +0200
 
ssvnc (1.0.29-2) unstable; urgency=low
 
/ssvnc/trunk/debian/patches/buildflags.patch
5,7 → 5,7
 
--- a/Makefile
+++ b/Makefile
@@ -53,8 +53,8 @@ config:
@@ -53,10 +53,10 @@ config:
@echo Now run: "'make all'"
all:
14,5 → 14,19
+ cd $(VSRC)/libvncauth; $(MAKE) EXTRA_DEFINES="$(CPPFLAGS)" CDEBUGFLAGS="$(CFLAGS)" LOCAL_LDFLAGS="$(LDFLAGS)"
+ cd $(VSRC)/vncviewer; $(MAKE) EXTRA_DEFINES="$(CPPFLAGS)" CDEBUGFLAGS="$(CFLAGS)" LOCAL_LDFLAGS="$(LDFLAGS)"
if [ "X$(JSRC)" != "X" ]; then cd $(JSRC); $(MAKE); fi
cd $(PSRC); $(MAKE)
- cd $(PSRC); $(MAKE)
+ cd $(PSRC); $(MAKE) CPPFLAGS="$(CPPFLAGS)" CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)"
clean:
cd $(VSRC)/libvncauth; $(MAKE) clean
--- a/vncstorepw/Makefile
+++ b/vncstorepw/Makefile
@@ -8,7 +8,7 @@ LIMACC = lim_accept.so
ULTDSM = ultravnc_dsm_helper
# gcc must be used:
-CC = gcc
+CC = gcc $(CPPFLAGS) $(CFLAGS) $(LDFLAGS)
all: $(CMD) $(UNWRAP) $(LIMACC) $(ULTDSM)
/ssvnc/trunk/debian/patches/series
1,7 → 1,7
confusing_-h.patch
ultraftp_path.patch
nostrip.patch
buildflags.patch
nostrip.patch
format-security.patch
openssl1.1.patch
auto-scale.patch