public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-libs/axtls/files: explicit-libdir.patch
@ 2012-06-17 21:14 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 2+ messages in thread
From: Anthony G. Basile (blueness) @ 2012-06-17 21:14 UTC (permalink / raw
  To: gentoo-commits

blueness    12/06/17 21:14:33

  Added:                explicit-libdir.patch
  Log:
  Make build system multilib aware, add USE=static-libs, for bug #421479
  
  (Portage version: 2.1.10.49/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  net-libs/axtls/files/explicit-libdir.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/axtls/files/explicit-libdir.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/axtls/files/explicit-libdir.patch?rev=1.1&content-type=text/plain

Index: explicit-libdir.patch
===================================================================
diff -Naur axTLS.orig//Makefile axTLS/Makefile
--- axTLS.orig//Makefile	2011-01-07 08:16:40.000000000 -0500
+++ axTLS/Makefile	2012-06-17 16:55:04.000000000 -0400
@@ -60,6 +60,8 @@
 	$(MAKE) -C samples
 endif
 
+LIBDIR = $(PREFIX)/lib
+
 $(STAGE) : ssl/version.h
 	@mkdir -p $(STAGE)
 
@@ -68,7 +70,7 @@
 	@echo "#define AXTLS_VERSION    \"(no version)\"" > ssl/version.h
 
 $(PREFIX) :
-	@mkdir -p $(PREFIX)/lib
+	@mkdir -p $(LIBDIR)
 	@mkdir -p $(PREFIX)/bin
 
 release:
@@ -89,8 +91,8 @@
 	$(MAKE) win32releaseconf
 
 install: $(PREFIX) all
-	cp --no-dereference $(STAGE)/libax* $(PREFIX)/lib
-	chmod 755 $(PREFIX)/lib/libax* 
+	cp --no-dereference $(STAGE)/libax* $(LIBDIR)
+	chmod 755 $(LIBDIR)/libax* 
 ifdef CONFIG_SAMPLES
 	install -m 755 $(STAGE)/ax* $(PREFIX)/bin 
 endif
@@ -112,7 +114,7 @@
 	install -m 644 config/config.h $(PREFIX)/include/axTLS
 
 installclean:
-	-@rm $(PREFIX)/lib/libax* > /dev/null 2>&1
+	-@rm $(LIBDIR)/libax* > /dev/null 2>&1
 	-@rm $(PREFIX)/bin/ax* > /dev/null 2>&1
 	-@rm $(PREFIX)/bin/axhttpd* > /dev/null 2>&1
 	-@rm `perl -e 'use Config; print $$Config{installarchlib};'`/axtlsp.pm > /dev/null 2>&1






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-libs/axtls/files: explicit-libdir.patch
@ 2015-05-03 15:57 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 2+ messages in thread
From: Anthony G. Basile (blueness) @ 2015-05-03 15:57 UTC (permalink / raw
  To: gentoo-commits

blueness    15/05/03 15:57:58

  Removed:              explicit-libdir.patch
  Log:
  Remove older stable versions.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-05-03 15:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-03 15:57 [gentoo-commits] gentoo-x86 commit in net-libs/axtls/files: explicit-libdir.patch Anthony G. Basile (blueness)
  -- strict thread matches above, loose matches on Subject: below --
2012-06-17 21:14 Anthony G. Basile (blueness)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox