Magellan Linux

Contents of /trunk/libzip/patches/libzip-0.10-missing-headers.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1435 - (show annotations) (download)
Fri Jul 22 11:30:24 2011 UTC (12 years, 9 months ago) by niro
File size: 501 byte(s)
added fix for missing headers
1 diff -urN libzip-0.10rc1.old/lib/Makefile.am libzip-0.10rc1/lib/Makefile.am
2 --- libzip-0.10rc1.old/lib/Makefile.am 2011-03-05 01:07:33.921722002 +0100
3 +++ libzip-0.10rc1/lib/Makefile.am 2011-03-05 20:29:30.349388003 +0100
4 @@ -2,8 +2,9 @@
5
6 lib_LTLIBRARIES = libzip.la
7 noinst_HEADERS = zipint.h
8 -include_HEADERS = zip.h
9 -libinclude_HEADERS = zipconf.h
10 +include_HEADERS = \
11 + zip.h \
12 + zipconf.h
13
14 # also update CMakeLists.txt when changing version
15 libzip_la_LDFLAGS=-no-undefined -version-info 2:0