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

Guillem Jover guillem at alioth.debian.org
Wed Jun 15 20:47:35 UTC 2011


Author: guillem
Date: 2011-06-15 20:47:34 +0000 (Wed, 15 Jun 2011)
New Revision: 3447

Modified:
   trunk/freebsd-libs/debian/changelog
   trunk/freebsd-libs/debian/rules
Log:
Do not build profile libraries, which we don't use anyway


Modified: trunk/freebsd-libs/debian/changelog
===================================================================
--- trunk/freebsd-libs/debian/changelog	2011-06-15 20:08:21 UTC (rev 3446)
+++ trunk/freebsd-libs/debian/changelog	2011-06-15 20:47:34 UTC (rev 3447)
@@ -6,6 +6,7 @@
     (Closes: #629521)
   * Update copyright holders and years in debian/copyright.
   * Integrate svn exports of single files into the main svn export loop.
+  * Do not build profile libraries, which we don't use anyway.
 
  -- Guillem Jover <guillem at debian.org>  Sun, 12 Jun 2011 03:27:53 +0200
 

Modified: trunk/freebsd-libs/debian/rules
===================================================================
--- trunk/freebsd-libs/debian/rules	2011-06-15 20:08:21 UTC (rev 3446)
+++ trunk/freebsd-libs/debian/rules	2011-06-15 20:47:34 UTC (rev 3447)
@@ -31,7 +31,7 @@
 PATH := /usr/lib/freebsd:$(PATH)
 DESTDIR = $(CURDIR)/debian/tmp
 PMAKE = COPTS="$(CFLAGS)" CFLAGS="$(CFLAGS)" NO_WERROR=1 NOGCCERROR=1 \
-        NOSHARED=NO NO_SHARED=NO DESTDIR=$(DESTDIR) make
+        NOSHARED=NO NO_SHARED=NO NO_PROFILE=1 DESTDIR=$(DESTDIR) make
 export SHLIB_MAJOR = 0
 kernel = $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
 




More information about the Glibc-bsd-commits mailing list