Remove deprecated patch

parent 38322167
diff --git a/Makefile.am b/Makefile.am
index 46432c5..a2c48a1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -21,12 +21,12 @@ endif
if ENABLE_COREST
SUBDIRS += corest
endif
-if ENABLE_COCCI
-SUBDIRS += cocci
-endif
if ENABLE_COCARRIER
SUBDIRS += cocarrier
endif
+if ENABLE_COCCI
+SUBDIRS += cocci
+endif
if ENABLE_COPABR
SUBDIRS += copabr
endif
\ No newline at end of file
......@@ -37,18 +37,9 @@ configure-command =
configure-options =
--with-ssl=${openssl:location}
--prefix=${buildout:parts-directory}/${:_buildout_section_name_}
patches =
${accords-cocarrier-patch:location}/${accords-cocarrier-patch:filename}
patch-options = -p1
environment =
CPPFLAGS =-I${libuuid:location}/include -I${openssl:location}/include
LDFLAGS =-Wl,-rpath=${openssl:location}/lib -L${libuuid:location}/lib -Wl,-rpath=${libuuid:location}/lib
LIBTOOL=libtool
PATH=${autoconf:location}/bin:${automake:location}/bin:${libtool:location}/bin:%(PATH)s
[accords-cocarrier-patch]
recipe = hexagonit.recipe.download
url = ${:_profile_base_location_}/${:filename}
#md5sum = 22b0ef8baec5efc182e10d233c6f14ca
filename = accords-cocarrier-patch.diff
download-only = true
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment