]> git.pld-linux.org Git - packages/ntop.git/commitdiff
- allow to build ntop, some problems with -version-info, deleted
authordjrzulf <djrzulf@pld-linux.org>
Mon, 25 Mar 2002 23:59:07 +0000 (23:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ntop-Makefile-version.patch -> 1.1

ntop-Makefile-version.patch [new file with mode: 0644]

diff --git a/ntop-Makefile-version.patch b/ntop-Makefile-version.patch
new file mode 100644 (file)
index 0000000..2269182
--- /dev/null
@@ -0,0 +1,29 @@
+--- Makefile.am        Mon Mar 25 23:29:17 2002
++++ Makefile.am.new    Mon Mar 25 23:31:04 2002
+@@ -128,7 +128,7 @@
+ libntop_la_DEPENDENCIES = config.h
+ libntop_la_LIBADD       = $(CORELIBS)
+-libntop_la_LDFLAGS      = -version-info @NTOP_VERSION_INFO@ -release @NTOP_RELEASE@ -export-dynamic @DYN_FLAGS@
++libntop_la_LDFLAGS      = -release @NTOP_RELEASE@ -export-dynamic @DYN_FLAGS@
+ # Archive for http representation, or the 'viewer'
+ libntopreport_la_SOURCES = admin.c emitter.c \
+@@ -142,7 +142,7 @@
+ libntopreport_la_DEPENDENCIES = config.h
+ libntopreport_la_LIBADD       = $(MORELIBS)
+-libntopreport_la_LDFLAGS      = -version-info @NTOP_VERSION_INFO@ -release @NTOP_RELEASE@ -export-dynamic @DYN_FLAGS@
++libntopreport_la_LDFLAGS      = -release @NTOP_RELEASE@ -export-dynamic @DYN_FLAGS@
+ man_MANS = ntop.8 intop/intop.1
+@@ -218,7 +218,7 @@
+       /bin/rm -f privkey.pem cert.pem
+ install-data-local:
+-      @cp -p ntop-cert.pem $(bindir)/ntop-cert.pem
++      @cp -p ntop-cert.pem $(DESTDIR)/$(bindir)/ntop-cert.pem
+       @$(top_srcdir)/mkinstalldirs $(DESTDIR)/$(libdir)/plugins;
+       @$(top_srcdir)/mkinstalldirs $(DESTDIR)/$(datadir)/ntop;
+       @$(top_srcdir)/mkinstalldirs $(DESTDIR)/$(datadir)/ntop/html;
This page took 0.106376 seconds and 4 git commands to generate.