]> git.pld-linux.org Git - packages/libzip.git/commitdiff
- fix headers from gentoo
authorBartłomiej Zimoń <cactus@pld-linux.org>
Fri, 25 Mar 2011 13:52:47 +0000 (13:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libzip-fix_headers.patch -> 1.1

libzip-fix_headers.patch [new file with mode: 0644]

diff --git a/libzip-fix_headers.patch b/libzip-fix_headers.patch
new file mode 100644 (file)
index 0000000..7591710
--- /dev/null
@@ -0,0 +1,15 @@
+diff -urN libzip-0.10rc1.old/lib/Makefile.am libzip-0.10rc1/lib/Makefile.am
+--- libzip-0.10rc1.old/lib/Makefile.am 2011-03-05 01:07:33.921722002 +0100
++++ libzip-0.10rc1/lib/Makefile.am     2011-03-05 20:29:30.349388003 +0100
+@@ -2,8 +2,9 @@
+ lib_LTLIBRARIES = libzip.la
+ noinst_HEADERS = zipint.h
+-include_HEADERS = zip.h
+-libinclude_HEADERS = zipconf.h
++include_HEADERS = \
++      zip.h \
++      zipconf.h
+ # also update CMakeLists.txt when changing version
+ libzip_la_LDFLAGS=-no-undefined -version-info 2:0
This page took 0.101666 seconds and 4 git commands to generate.