Skip to content

Commit

Permalink
Readding changes to Imakefile for Solaris from twibright vncrec.
Browse files Browse the repository at this point in the history
  • Loading branch information
bingmann committed Sep 16, 2014
1 parent 93e24ca commit 73807b6
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
4 changes: 3 additions & 1 deletion libvncauth/Imakefile
@@ -1,6 +1,8 @@

#ifdef SunArchitecture
EXTRA_DEFINES = -D__EXTENSIONS__
CC = gcc
CCOPTIONS =
CDEBUGFLAGS = -O2
#endif

SRCS = vncauth.c d3des.c
Expand Down
4 changes: 3 additions & 1 deletion vncconnect/Imakefile
@@ -1,6 +1,8 @@

#ifdef SunArchitecture
EXTRA_DEFINES = -D__EXTENSIONS__
CC = gcc
CCOPTIONS =
CDEBUGFLAGS = -O2
#endif

all:: vncconnect
Expand Down
4 changes: 3 additions & 1 deletion vncpasswd/Imakefile
@@ -1,6 +1,8 @@

#ifdef SunArchitecture
EXTRA_DEFINES = -D__EXTENSIONS__
CC = gcc
CCOPTIONS =
CDEBUGFLAGS = -O2
#endif

SRCS = vncpasswd.c
Expand Down
4 changes: 3 additions & 1 deletion vncrec/Imakefile
@@ -1,6 +1,8 @@

#ifdef SunArchitecture
EXTRA_DEFINES = -D__EXTENSIONS__
CC = gcc
CCOPTIONS =
CDEBUGFLAGS = -O2
#endif

XCOMM Shared memory support works OK on x86 linux, not tested elsewhere but
Expand Down

0 comments on commit 73807b6

Please sign in to comment.