[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r2253 - in glibc-package/branches/glibc-2.6/debian: . rules.d



Author: schizo
Date: 2007-05-20 02:25:00 +0000 (Sun, 20 May 2007)
New Revision: 2253

Modified:
   glibc-package/branches/glibc-2.6/debian/changelog
   glibc-package/branches/glibc-2.6/debian/rules.d/build.mk
Log:
  * debian/rules.d/build.mk: pass --enable-profile to configure.


Modified: glibc-package/branches/glibc-2.6/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.6/debian/changelog	2007-05-20 01:55:34 UTC (rev 2252)
+++ glibc-package/branches/glibc-2.6/debian/changelog	2007-05-20 02:25:00 UTC (rev 2253)
@@ -48,6 +48,7 @@
   * Bump shlibdeps version to 2.6-1 due to sync_file_range, futimens,
     utimensat, __sched_cpucount, sched_getcpu, strerror_l, and
     epoll_pwait symbols.
+  * debian/rules.d/build.mk: pass --enable-profile to configure.
 
   [ Aurelien Jarno ]
   * debian/sysdeps/depflags.pl: Add a conflicts on binutils

Modified: glibc-package/branches/glibc-2.6/debian/rules.d/build.mk
===================================================================
--- glibc-package/branches/glibc-2.6/debian/rules.d/build.mk	2007-05-20 01:55:34 UTC (rev 2252)
+++ glibc-package/branches/glibc-2.6/debian/rules.d/build.mk	2007-05-20 02:25:00 UTC (rev 2253)
@@ -72,6 +72,7 @@
 		--host=$(call xx,configure_target) \
 		--build=$$configure_build --prefix=/usr --without-cvs \
 		--enable-add-ons=$(standard-add-ons)"$(call xx,add-ons)" \
+		--enable-profile \
 		--without-selinux \
 		$(call xx,with_headers) $(call xx,extra_config_options))
 	touch $@



Reply to: