SOURCES (AC-branch): snort-pwd.patch (NEW) - on some Ac builders w...

mguevara mguevara at pld-linux.org
Wed Jun 6 10:13:13 CEST 2007


Author: mguevara                     Date: Wed Jun  6 08:13:13 2007 GMT
Module: SOURCES                       Tag: AC-branch
---- Log message:
- on some Ac builders we do not have $PWD and build process, which depends
  on it (only in one place), crashes - we have to tell make where PWD is - 
  but to not pollute PWD we use PWD_HACK 

---- Files affected:
SOURCES:
   snort-pwd.patch (NONE -> 1.1.2.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/snort-pwd.patch
diff -u /dev/null SOURCES/snort-pwd.patch:1.1.2.1
--- /dev/null	Wed Jun  6 10:13:13 2007
+++ SOURCES/snort-pwd.patch	Wed Jun  6 10:13:08 2007
@@ -0,0 +1,120 @@
+diff -NurpP --minimal snort-2.6.1.3.b/src/dynamic-preprocessors/dcerpc/Makefile.am snort-2.6.1.3.a/src/dynamic-preprocessors/dcerpc/Makefile.am
+--- snort-2.6.1.3.b/src/dynamic-preprocessors/dcerpc/Makefile.am	2007-03-20 15:28:25.000000000 +0100
++++ snort-2.6.1.3.a/src/dynamic-preprocessors/dcerpc/Makefile.am	2007-03-20 15:45:48.000000000 +0100
+@@ -42,7 +42,7 @@ sf_dynamic_preproc_lib.c: ../include/sf_
+ 	cp $? $@
+ 
+ all-local:
+-	$(MAKE) DESTDIR=$(PWD)/../build install-libLTLIBRARIES
++	$(MAKE) DESTDIR=$(PWD_HACK)../build install-libLTLIBRARIES
+ 
+ clean-local:
+ 	rm -f sf_dynamic_preproc_lib.c
+diff -NurpP --minimal snort-2.6.1.3.b/src/dynamic-preprocessors/dcerpc/Makefile.in snort-2.6.1.3.a/src/dynamic-preprocessors/dcerpc/Makefile.in
+--- snort-2.6.1.3.b/src/dynamic-preprocessors/dcerpc/Makefile.in	2007-03-20 15:28:25.000000000 +0100
++++ snort-2.6.1.3.a/src/dynamic-preprocessors/dcerpc/Makefile.in	2007-03-20 15:45:48.000000000 +0100
+@@ -486,7 +486,7 @@ sf_dynamic_preproc_lib.c: ../include/sf_
+ 	cp $? $@
+ 
+ all-local:
+-	$(MAKE) DESTDIR=$(PWD)/../build install-libLTLIBRARIES
++	$(MAKE) DESTDIR=$(PWD_HACK)../build install-libLTLIBRARIES
+ 
+ clean-local:
+ 	rm -f sf_dynamic_preproc_lib.c
+diff -NurpP --minimal snort-2.6.1.3.b/src/dynamic-preprocessors/dns/Makefile.am snort-2.6.1.3.a/src/dynamic-preprocessors/dns/Makefile.am
+--- snort-2.6.1.3.b/src/dynamic-preprocessors/dns/Makefile.am	2007-03-20 15:28:25.000000000 +0100
++++ snort-2.6.1.3.a/src/dynamic-preprocessors/dns/Makefile.am	2007-03-20 15:45:48.000000000 +0100
+@@ -27,7 +27,7 @@ sf_dynamic_preproc_lib.c: ../include/sf_
+ 	cp $? $@
+ 
+ all-local:
+-	$(MAKE) DESTDIR=$(PWD)/../build install-libLTLIBRARIES
++	$(MAKE) DESTDIR=$(PWD_HACK)../build install-libLTLIBRARIES
+ 
+ clean-local:
+ 	rm -f sf_dynamic_preproc_lib.c
+diff -NurpP --minimal snort-2.6.1.3.b/src/dynamic-preprocessors/dns/Makefile.in snort-2.6.1.3.a/src/dynamic-preprocessors/dns/Makefile.in
+--- snort-2.6.1.3.b/src/dynamic-preprocessors/dns/Makefile.in	2007-03-20 15:28:25.000000000 +0100
++++ snort-2.6.1.3.a/src/dynamic-preprocessors/dns/Makefile.in	2007-03-20 15:45:48.000000000 +0100
+@@ -468,7 +468,7 @@ sf_dynamic_preproc_lib.c: ../include/sf_
+ 	cp $? $@
+ 
+ all-local:
+-	$(MAKE) DESTDIR=$(PWD)/../build install-libLTLIBRARIES
++	$(MAKE) DESTDIR=$(PWD_HACK)../build install-libLTLIBRARIES
+ 
+ clean-local:
+ 	rm -f sf_dynamic_preproc_lib.c
+diff -NurpP --minimal snort-2.6.1.3.b/src/dynamic-preprocessors/ftptelnet/Makefile.am snort-2.6.1.3.a/src/dynamic-preprocessors/ftptelnet/Makefile.am
+--- snort-2.6.1.3.b/src/dynamic-preprocessors/ftptelnet/Makefile.am	2007-03-20 15:28:25.000000000 +0100
++++ snort-2.6.1.3.a/src/dynamic-preprocessors/ftptelnet/Makefile.am	2007-03-20 15:45:48.000000000 +0100
+@@ -58,7 +58,7 @@ sf_dynamic_preproc_lib.c: ../include/sf_
+ 	cp $? $@
+ 
+ all-local:
+-	$(MAKE) DESTDIR=$(PWD)/../build install-libLTLIBRARIES
++	$(MAKE) DESTDIR=$(PWD_HACK)../build install-libLTLIBRARIES
+ 
+ clean-local:
+ 	rm -f sf_dynamic_preproc_lib.c
+diff -NurpP --minimal snort-2.6.1.3.b/src/dynamic-preprocessors/ftptelnet/Makefile.in snort-2.6.1.3.a/src/dynamic-preprocessors/ftptelnet/Makefile.in
+--- snort-2.6.1.3.b/src/dynamic-preprocessors/ftptelnet/Makefile.in	2007-03-20 15:28:25.000000000 +0100
++++ snort-2.6.1.3.a/src/dynamic-preprocessors/ftptelnet/Makefile.in	2007-03-20 15:45:48.000000000 +0100
+@@ -504,7 +504,7 @@ sf_dynamic_preproc_lib.c: ../include/sf_
+ 	cp $? $@
+ 
+ all-local:
+-	$(MAKE) DESTDIR=$(PWD)/../build install-libLTLIBRARIES
++	$(MAKE) DESTDIR=$(PWD_HACK)../build install-libLTLIBRARIES
+ 
+ clean-local:
+ 	rm -f sf_dynamic_preproc_lib.c
+diff -NurpP --minimal snort-2.6.1.3.b/src/dynamic-preprocessors/smtp/Makefile.am snort-2.6.1.3.a/src/dynamic-preprocessors/smtp/Makefile.am
+--- snort-2.6.1.3.b/src/dynamic-preprocessors/smtp/Makefile.am	2007-03-20 15:28:25.000000000 +0100
++++ snort-2.6.1.3.a/src/dynamic-preprocessors/smtp/Makefile.am	2007-03-20 15:45:48.000000000 +0100
+@@ -39,7 +39,7 @@ sf_dynamic_preproc_lib.c: ../include/sf_
+ 	cp $? $@
+ 
+ all-local:
+-	$(MAKE) DESTDIR=$(PWD)/../build install-libLTLIBRARIES
++	$(MAKE) DESTDIR=$(PWD_HACK)../build install-libLTLIBRARIES
+ 
+ clean-local:
+ 	rm -f sf_dynamic_preproc_lib.c
+diff -NurpP --minimal snort-2.6.1.3.b/src/dynamic-preprocessors/smtp/Makefile.in snort-2.6.1.3.a/src/dynamic-preprocessors/smtp/Makefile.in
+--- snort-2.6.1.3.b/src/dynamic-preprocessors/smtp/Makefile.in	2007-03-20 15:28:25.000000000 +0100
++++ snort-2.6.1.3.a/src/dynamic-preprocessors/smtp/Makefile.in	2007-03-20 15:45:48.000000000 +0100
+@@ -482,7 +482,7 @@ sf_dynamic_preproc_lib.c: ../include/sf_
+ 	cp $? $@
+ 
+ all-local:
+-	$(MAKE) DESTDIR=$(PWD)/../build install-libLTLIBRARIES
++	$(MAKE) DESTDIR=$(PWD_HACK)../build install-libLTLIBRARIES
+ 
+ clean-local:
+ 	rm -f sf_dynamic_preproc_lib.c
+diff -NurpP --minimal snort-2.6.1.3.b/src/dynamic-preprocessors/ssh/Makefile.am snort-2.6.1.3.a/src/dynamic-preprocessors/ssh/Makefile.am
+--- snort-2.6.1.3.b/src/dynamic-preprocessors/ssh/Makefile.am	2007-03-20 15:28:25.000000000 +0100
++++ snort-2.6.1.3.a/src/dynamic-preprocessors/ssh/Makefile.am	2007-03-20 15:45:48.000000000 +0100
+@@ -27,7 +27,7 @@ sf_dynamic_preproc_lib.c: ../include/sf_
+ 	cp $? $@
+ 
+ all-local:
+-	$(MAKE) DESTDIR=$(PWD)/../build install-libLTLIBRARIES
++	$(MAKE) DESTDIR=$(PWD_HACK)../build install-libLTLIBRARIES
+ 
+ clean-local:
+ 	rm -f sf_dynamic_preproc_lib.c
+diff -NurpP --minimal snort-2.6.1.3.b/src/dynamic-preprocessors/ssh/Makefile.in snort-2.6.1.3.a/src/dynamic-preprocessors/ssh/Makefile.in
+--- snort-2.6.1.3.b/src/dynamic-preprocessors/ssh/Makefile.in	2007-03-20 15:28:25.000000000 +0100
++++ snort-2.6.1.3.a/src/dynamic-preprocessors/ssh/Makefile.in	2007-03-20 15:45:48.000000000 +0100
+@@ -468,7 +468,7 @@ sf_dynamic_preproc_lib.c: ../include/sf_
+ 	cp $? $@
+ 
+ all-local:
+-	$(MAKE) DESTDIR=$(PWD)/../build install-libLTLIBRARIES
++	$(MAKE) DESTDIR=$(PWD_HACK)../build install-libLTLIBRARIES
+ 
+ clean-local:
+ 	rm -f sf_dynamic_preproc_lib.c
================================================================


More information about the pld-cvs-commit mailing list