Magellan Linux

Annotation of /trunk/nxserver-freenx/patches/nxserver-freenx-0.7.3-nxredir.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1793 - (hide annotations) (download)
Mon Jun 4 16:45:24 2012 UTC (12 years ago) by niro
File size: 776 byte(s)
-fixed patch
1 niro 1792 diff -rud -x .bzr freenx-server/nxredir/Makefile freenx-server.fixes/nxredir/Makefile
2     --- freenx-server/nxredir/Makefile 2009-11-23 10:16:13.100350348 +0100
3     +++ freenx-server.fixes/nxredir/Makefile 2009-11-23 11:57:13.481350660 +0100
4     @@ -9,13 +9,12 @@
5     $(CC) -fPIC $(CFLAGS) -nostdlib -shared -Wl,-soname,$(LIBNAME).$(VERSION) -o $(LIBNAME).$(VERSION) nxredir.o -ldl -lc
6    
7     clean:
8     - rm -f $(LIBNAME)
9     rm -f $(LIBNAME).$(VERSION)
10     rm -f *.o
11    
12     ifneq ($(NX_VERSION),)
13     install: all
14     - install -m755 $(LIBNAME) $(DESTDIR)/$$PATH_LIB/
15     + install -m755 $(LIBNAME).$(VERSION) $(DESTDIR)/$$PATH_LIB/
16     install -m755 nxredir $(DESTDIR)/$$PATH_BIN/
17     install -m755 nxsmb $(DESTDIR)/$$CUPS_BACKEND/
18     perl -pi -e "s,PATH_LIB=.*,PATH_LIB=\"$$PATH_LIB\",g" $(DESTDIR)/$$PATH_BIN/nxredir