[Glibc-bsd-commits] r3118 - trunk/freebsd-libs/debian

Aurelien Jarno aurel32 at alioth.debian.org
Thu Jul 29 19:47:51 UTC 2010


Author: aurel32
Date: 2010-07-29 19:47:50 +0000 (Thu, 29 Jul 2010)
New Revision: 3118

Modified:
   trunk/freebsd-libs/debian/changelog
   trunk/freebsd-libs/debian/rules
Log:
  * Link all libraries dynamically with each other.



Modified: trunk/freebsd-libs/debian/changelog
===================================================================
--- trunk/freebsd-libs/debian/changelog	2010-07-29 19:35:02 UTC (rev 3117)
+++ trunk/freebsd-libs/debian/changelog	2010-07-29 19:47:50 UTC (rev 3118)
@@ -1,3 +1,10 @@
+freebsd-libs (8.1-2) UNRELEASED; urgency=low
+
+  [ Aurelien Jarno ]
+  * Link all libraries dynamically with each other.
+
+ -- Aurelien Jarno <aurel32 at debian.org>  Thu, 29 Jul 2010 21:47:27 +0200
+
 freebsd-libs (8.1-1) unstable; urgency=low
 
   [ Petr Salinger ]

Modified: trunk/freebsd-libs/debian/rules
===================================================================
--- trunk/freebsd-libs/debian/rules	2010-07-29 19:35:02 UTC (rev 3117)
+++ trunk/freebsd-libs/debian/rules	2010-07-29 19:47:50 UTC (rev 3118)
@@ -25,7 +25,7 @@
 DESTDIR=$(CURDIR)/debian/tmp
 PMAKE=COPTS="$(CFLAGS)" CFLAGS="$(CFLAGS)" NO_WERROR=1 NOGCCERROR=1 NOSHARED=NO NO_SHARED=NO DESTDIR=$(DESTDIR) make
 export SHLIB_MAJOR=0
-export SHLIBDIR=/usr/lib
+export SHLIBDIR=./
 
 get-orig-source:
 	rm -rf $(ORIGDIR)




More information about the Glibc-bsd-commits mailing list