001-fix_pkgconfig_file.patch (436B)
1 --- a/Makefile.am 2 +++ b/Makefile.am 3 @@ -35,9 +35,6 @@ SED_PROCESS = \ 4 -e 's,@zlib_LIBS\@,${zlib_LIBS},g' \ 5 < $< > $@ || rm $@ 6 7 -%.pc: %.pc.in Makefile 8 - $(SED_PROCESS) 9 - 10 LIBKMOD_CURRENT=4 11 LIBKMOD_REVISION=9 12 LIBKMOD_AGE=2 13 --- a/configure.ac 14 +++ b/configure.ac 15 @@ -221,6 +221,7 @@ AC_CONFIG_HEADERS(config.h) 16 AC_CONFIG_FILES([ 17 Makefile 18 man/Makefile 19 + libkmod/libkmod.pc 20 libkmod/docs/Makefile 21 libkmod/docs/version.xml 22 ])