diff options
Diffstat (limited to 'recipes/libtasn1.recipe')
-rw-r--r-- | recipes/libtasn1.recipe | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/libtasn1.recipe b/recipes/libtasn1.recipe index 5659fcd6..b2aeb70c 100644 --- a/recipes/libtasn1.recipe +++ b/recipes/libtasn1.recipe @@ -6,6 +6,8 @@ class Recipe(recipe.Recipe): stype = SourceType.TARBALL url = 'http://ftp.gnu.org/gnu/libtasn1/libtasn1-4.4.tar.gz' licenses = [License.LGPLv2_1Plus] + autoreconf = True + patches = ['libtasn1/0001-Rename-gnulib-symbols.patch'] files_libs = ['libtasn1'] files_devel = ['include/libtasn1.h', 'lib/pkgconfig/libtasn1.pc'] |