openpkg/zlib.patch

Thu, 09 Aug 2012 00:41:14 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 09 Aug 2012 00:41:14 +0200
changeset 495
01294b31a79e
permissions
-rw-r--r--

Introduce a lot of changes to correct source and build logic including:
Correct URLs, reorder existing patch hunks, update vendor version and
patch accordingly, integrate optional SQLite storage, modernize package
(remove boilerplate RPM logic), correct preprocessor definitions as
NIS+was removed from Solaris 11, use parallel make, improve configuration
spacing and whitespace, and remove now uneeded postfix-script(1) and
post-install(1) relocation.

     1 Index: Makefile.in
     2 --- Makefile.in.orig	2012-04-23 07:58:06.000000000 +0200
     3 +++ Makefile.in	2012-05-03 20:26:07.000000000 +0200
     4 @@ -193,16 +193,6 @@
     5  	cp $(STATICLIB) $(DESTDIR)$(libdir)
     6  	chmod 644 $(DESTDIR)$(libdir)/$(STATICLIB)
     7  	-@($(RANLIB) $(DESTDIR)$(libdir)/libz.a || true) >/dev/null 2>&1
     8 -	-@if test -n "$(SHAREDLIBV)"; then \
     9 -	  cp $(SHAREDLIBV) $(DESTDIR)$(sharedlibdir); \
    10 -	  echo "cp $(SHAREDLIBV) $(DESTDIR)$(sharedlibdir)"; \
    11 -	  chmod 755 $(DESTDIR)$(sharedlibdir)/$(SHAREDLIBV); \
    12 -	  echo "chmod 755 $(DESTDIR)$(sharedlibdir)/$(SHAREDLIBV)"; \
    13 -	  rm -f $(DESTDIR)$(sharedlibdir)/$(SHAREDLIB) $(DESTDIR)$(sharedlibdir)/$(SHAREDLIBM); \
    14 -	  ln -s $(SHAREDLIBV) $(DESTDIR)$(sharedlibdir)/$(SHAREDLIB); \
    15 -	  ln -s $(SHAREDLIBV) $(DESTDIR)$(sharedlibdir)/$(SHAREDLIBM); \
    16 -	  ($(LDCONFIG) || true)  >/dev/null 2>&1; \
    17 -	fi
    18  	cp zlib.3 $(DESTDIR)$(man3dir)
    19  	chmod 644 $(DESTDIR)$(man3dir)/zlib.3
    20  	cp zlib.pc $(DESTDIR)$(pkgconfigdir)

mercurial