]> git.pld-linux.org Git - packages/rpm.git/blob - rpm-lua-expat.patch
add java_min_classdataversion support
[packages/rpm.git] / rpm-lua-expat.patch
1 --- lua/Makefile.am~    2013-06-29 22:03:22.000000000 +0100
2 +++ lua/Makefile.am     2013-09-23 19:07:35.157853272 +0100
3 @@ -230,7 +230,10 @@
4  #      local/lwrs.h
5  #      local/lwrs.c
6  
7 -liblua_la_LIBADD = @WITH_LUA_SUBDIR_LIB@ -lm -lexpat
8 +liblua_la_LIBADD = @WITH_LUA_SUBDIR_LIB@ -lm
9 +if USE_LUA_CRYPTO
10 +liblua_la_LIBADD += -lexpat
11 +endif
12  liblua_la_SOURCES += \
13         local/llocal.c \
14         local/llocal.h \
This page took 0.033999 seconds and 3 git commands to generate.