From a0437758ab7832971481b2fe730d5b0470c8dd42 Mon Sep 17 00:00:00 2001 From: djrzulf Date: Mon, 25 Mar 2002 23:59:07 +0000 Subject: [PATCH 1/1] - allow to build ntop, some problems with -version-info, deleted Changed files: ntop-Makefile-version.patch -> 1.1 --- ntop-Makefile-version.patch | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 ntop-Makefile-version.patch diff --git a/ntop-Makefile-version.patch b/ntop-Makefile-version.patch new file mode 100644 index 0000000..2269182 --- /dev/null +++ b/ntop-Makefile-version.patch @@ -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; -- 2.44.0