Tue, 28 Aug 2012 18:29:00 +0200
Massively update modules from Drupal 6.x to 7.x, and add diverse OpenID modules.
Unfortunately many modules available to Drupal 6.x installations have not been
since maintained or ported to 7.x causing this package to diminish in both size
and utility.
michael@428 | 1 | Index: Makefile.in |
michael@428 | 2 | --- Makefile.in.orig 2012-04-23 07:58:06.000000000 +0200 |
michael@428 | 3 | +++ Makefile.in 2012-05-03 20:26:07.000000000 +0200 |
michael@428 | 4 | @@ -193,16 +193,6 @@ |
michael@428 | 5 | cp $(STATICLIB) $(DESTDIR)$(libdir) |
michael@428 | 6 | chmod 644 $(DESTDIR)$(libdir)/$(STATICLIB) |
michael@428 | 7 | -@($(RANLIB) $(DESTDIR)$(libdir)/libz.a || true) >/dev/null 2>&1 |
michael@428 | 8 | - -@if test -n "$(SHAREDLIBV)"; then \ |
michael@428 | 9 | - cp $(SHAREDLIBV) $(DESTDIR)$(sharedlibdir); \ |
michael@428 | 10 | - echo "cp $(SHAREDLIBV) $(DESTDIR)$(sharedlibdir)"; \ |
michael@428 | 11 | - chmod 755 $(DESTDIR)$(sharedlibdir)/$(SHAREDLIBV); \ |
michael@428 | 12 | - echo "chmod 755 $(DESTDIR)$(sharedlibdir)/$(SHAREDLIBV)"; \ |
michael@428 | 13 | - rm -f $(DESTDIR)$(sharedlibdir)/$(SHAREDLIB) $(DESTDIR)$(sharedlibdir)/$(SHAREDLIBM); \ |
michael@428 | 14 | - ln -s $(SHAREDLIBV) $(DESTDIR)$(sharedlibdir)/$(SHAREDLIB); \ |
michael@428 | 15 | - ln -s $(SHAREDLIBV) $(DESTDIR)$(sharedlibdir)/$(SHAREDLIBM); \ |
michael@428 | 16 | - ($(LDCONFIG) || true) >/dev/null 2>&1; \ |
michael@428 | 17 | - fi |
michael@428 | 18 | cp zlib.3 $(DESTDIR)$(man3dir) |
michael@428 | 19 | chmod 644 $(DESTDIR)$(man3dir)/zlib.3 |
michael@428 | 20 | cp zlib.pc $(DESTDIR)$(pkgconfigdir) |