]> git.pld-linux.org Git - packages/vpb-driver.git/blob - vpb-driver-make.patch
- rebuild for kernel-3.9.6-1
[packages/vpb-driver.git] / vpb-driver-make.patch
1 --- vpb-driver-4.2.55/src/vtcore/Makefile.orig  2012-05-09 13:57:34.000000000 +0200
2 +++ vpb-driver-4.2.55/src/vtcore/Makefile       2013-01-27 15:13:32.826786200 +0100
3 @@ -50,8 +50,6 @@
4                 echo "installing $$m --> $(MODULEDIR)"; \
5                 install -m 644 $$m $(MODULEDIR);        \
6         done
7 -       /sbin/depmod
8 -       @modprobe -r netjet > /dev/null 2>&1 || true
9  
10  clean distclean:
11         rm -f *.o *.ko *~ core *.mod.c .*.cmd
12 --- vpb-driver-4.2.55/src/vpb/Makefile.orig     2012-05-09 13:57:34.000000000 +0200
13 +++ vpb-driver-4.2.55/src/vpb/Makefile  2013-01-27 15:30:43.120098058 +0100
14 @@ -46,7 +46,6 @@
15                 echo "installing $$m --> $(MODULEDIR)"; \
16                 install -m 644 $$m $(MODULEDIR);        \
17         done
18 -       /sbin/depmod
19  
20  clean distclean:
21         $(RM) *.o *.ko *~ core *.mod.c .*.cmd
22 --- vpb-driver-4.2.55/configure.ac.orig 2012-05-09 13:57:34.000000000 +0200
23 +++ vpb-driver-4.2.55/configure.ac      2013-01-27 17:02:41.733316367 +0100
24 @@ -39,9 +39,6 @@
25  AC_SUBST(HOST_OS)
26  
27  
28 -# Don't let these get set by AC_PROG_* below.
29 -CFLAGS=
30 -CXXFLAGS=
31  
32  
33  AC_PROG_CC
34 @@ -73,9 +70,6 @@
35      cxx_flags="$cxx_flags -g"
36      cc_flags="$cc_flags -g"
37  else
38 -    cxx_flags="$cxx_flags -O3"
39 -    cc_flags="$cc_flags -O3"
40 -
41      if test $ac_cv_enable_debug_syms = yes; then
42         cxx_flags="$cxx_flags -g"
43         cc_flags="$cc_flags -g"
44 @@ -123,12 +117,8 @@
45      CASLOG=enable_caslog
46  fi
47  if test $ac_cv_with_pri = yes; then
48 -    if test -d /etc/wanpipe; then
49         LIBVPB_PRI_CPPFLAGS="-D_OPENPRI -I\$(top_srcdir)/src"
50         LIBVPB_PRI_OBJ="\$(PRI_OBJ)"
51 -    else
52 -       AC_MSG_ERROR([/etc/wanpipe is not installed, cannot build --with-pri])
53 -    fi
54  fi
55  
56  AC_ARG_ENABLE(softbridge,
57 --- vpb-driver-4.2.55/src/libvpb/Makefile.in.orig       2012-05-09 13:57:34.000000000 +0200
58 +++ vpb-driver-4.2.55/src/libvpb/Makefile.in    2013-01-27 18:06:04.083237114 +0100
59 @@ -181,9 +181,6 @@
60             install -m 644 $(top_srcdir)/firmware/vpbmain_pci.out       \
61                            $(DESTDIR)$(datadir)/vpb-driver;             \
62         fi
63 -ifeq ($(LIB_TYPE),shared)
64 -       /sbin/ldconfig
65 -endif
66  
67  # Install the runtime library files.
68  install-lib:
This page took 0.048431 seconds and 3 git commands to generate.