]> git.pld-linux.org Git - packages/libnet1.git/blob - libnet1-name.patch
- x32 rebuild
[packages/libnet1.git] / libnet1-name.patch
1 --- Libnet-1.0.2a/Makefile.in.orig      2003-07-03 19:21:17.000000000 +0000
2 +++ Libnet-1.0.2a/Makefile.in   2003-07-03 19:31:21.000000000 +0000
3 @@ -18,20 +18,20 @@
4  LIB_PREFIX  =   @libdir@/
5  MAN_PREFIX  =   @MAN_PREFIX@
6  
7 -LIBNET      =   libnet
8 -LIBPWRITE   =   libpwrite
9 +LIBNET      =   libnet1
10 +LIBPWRITE   =   libpwrite1
11  LIBSTATIC   =   lib/$(LIBNET).a
12  MAJ         =   1
13  MIN         =  0
14  LIBSHARED   =   lib/$(LIBNET).so.$(MAJ).$(MIN)
15  MAN         =   doc/$(LIBNET).3
16  INCLUDE     =   include/$(LIBNET).h
17 -INCLUDE-H   =   include/$(LIBNET)/$(LIBNET)-headers.h
18 -INCLUDE-F   =   include/$(LIBNET)/$(LIBNET)-functions.h
19 -INCLUDE-S   =   include/$(LIBNET)/$(LIBNET)-structures.h
20 -INCLUDE-M   =   include/$(LIBNET)/$(LIBNET)-macros.h
21 -INCLUDE-A   =   include/$(LIBNET)/$(LIBNET)-asn1.h
22 -INCLUDE-O   =   include/$(LIBNET)/$(LIBNET)-ospf.h
23 +INCLUDE-H   =   include/$(LIBNET)/libnet-headers.h
24 +INCLUDE-F   =   include/$(LIBNET)/libnet-functions.h
25 +INCLUDE-S   =   include/$(LIBNET)/libnet-structures.h
26 +INCLUDE-M   =   include/$(LIBNET)/libnet-macros.h
27 +INCLUDE-A   =   include/$(LIBNET)/libnet-asn1.h
28 +INCLUDE-O   =   include/$(LIBNET)/libnet-ospf.h
29  CONFIG      =   $(LIBNET)-config
30  DEFINES     +=  @DEFS@
31  RANLIB      =   @RANLIB@
32 --- Libnet-1.0.2a/libnet-config.in.org  2003-07-03 19:48:30.000000000 +0000
33 +++ Libnet-1.0.2a/libnet-config.in      2003-07-03 19:49:15.000000000 +0000
34 @@ -9,7 +9,7 @@
35  
36  libnet_defines="@LIBNET_CONFIG_DEFINES@"
37  libnet_cflags="@LIBNET_CONFIG_CFLAGS@"
38 -libnet_libs="@LIBNET_CONFIG_LIBS@ -lnet"
39 +libnet_libs="@LIBNET_CONFIG_LIBS@ -lnet1"
40  
41  usage()
42  {
This page took 0.114815 seconds and 3 git commands to generate.