[packages] libvncserver: fix autoreconf
git-svn-id: svn://svn.openwrt.org/openwrt/packages@24537 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
c488fcc468
commit
b163ba4349
6426
libs/libvncserver/patches/001-automake-compat.patch
Normal file
6426
libs/libvncserver/patches/001-automake-compat.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,6 @@
|
|||||||
--- LibVNCServer-0.9.7/Makefile.in.orig 2009-01-12 03:53:15.000000000 +0100
|
--- a/Makefile.in
|
||||||
+++ LibVNCServer-0.9.7/Makefile.in 2009-05-02 00:23:00.000000000 +0200
|
+++ b/Makefile.in
|
||||||
@@ -228,8 +228,8 @@
|
@@ -228,8 +228,8 @@ sysconfdir = @sysconfdir@
|
||||||
target_alias = @target_alias@
|
target_alias = @target_alias@
|
||||||
with_ffmpeg = @with_ffmpeg@
|
with_ffmpeg = @with_ffmpeg@
|
||||||
@WITH_X11VNC_TRUE@X11VNC = x11vnc
|
@WITH_X11VNC_TRUE@X11VNC = x11vnc
|
||||||
@ -11,3 +11,33 @@
|
|||||||
bin_SCRIPTS = libvncserver-config
|
bin_SCRIPTS = libvncserver-config
|
||||||
#include_HEADERS=rfb.h rfbconfig.h rfbint.h rfbproto.h keysym.h rfbregion.h
|
#include_HEADERS=rfb.h rfbconfig.h rfbint.h rfbproto.h keysym.h rfbregion.h
|
||||||
include_HEADERS = rfb/rfb.h rfb/rfbconfig.h rfb/rfbint.h rfb/rfbproto.h \
|
include_HEADERS = rfb/rfb.h rfb/rfbconfig.h rfb/rfbint.h rfb/rfbproto.h \
|
||||||
|
--- a/configure.ac
|
||||||
|
+++ b/configure.ac
|
||||||
|
@@ -748,14 +748,6 @@ AC_SUBST(RPMSOURCEDIR)
|
||||||
|
|
||||||
|
AC_CONFIG_FILES([Makefile
|
||||||
|
libvncserver/Makefile
|
||||||
|
- contrib/Makefile
|
||||||
|
- examples/Makefile
|
||||||
|
- vncterm/Makefile
|
||||||
|
- classes/Makefile
|
||||||
|
- classes/ssl/Makefile
|
||||||
|
- libvncclient/Makefile
|
||||||
|
- client_examples/Makefile
|
||||||
|
- test/Makefile
|
||||||
|
libvncserver-config
|
||||||
|
LibVNCServer.spec])
|
||||||
|
#
|
||||||
|
--- a/Makefile.am
|
||||||
|
+++ b/Makefile.am
|
||||||
|
@@ -4,8 +4,8 @@ if WITH_X11VNC
|
||||||
|
X11VNC=x11vnc
|
||||||
|
endif
|
||||||
|
|
||||||
|
-SUBDIRS=libvncserver examples contrib libvncclient vncterm classes client_examples test $(X11VNC)
|
||||||
|
-DIST_SUBDIRS=libvncserver examples contrib libvncclient vncterm classes client_examples test
|
||||||
|
+SUBDIRS=libvncserver
|
||||||
|
+DIST_SUBDIRS=libvncserver
|
||||||
|
|
||||||
|
bin_SCRIPTS = libvncserver-config
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user