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

rmh at alioth.debian.org rmh at alioth.debian.org
Sat Jan 25 22:54:29 UTC 2014


Author: rmh
Date: 2014-01-25 22:54:29 +0000 (Sat, 25 Jan 2014)
New Revision: 5388

Modified:
   trunk/freebsd-libs/debian/rules
Log:
Allow override of SHLIB_MAJOR

Modified: trunk/freebsd-libs/debian/rules
===================================================================
--- trunk/freebsd-libs/debian/rules	2014-01-25 22:51:17 UTC (rev 5387)
+++ trunk/freebsd-libs/debian/rules	2014-01-25 22:54:29 UTC (rev 5388)
@@ -50,8 +50,8 @@
 	MAKEFLAGS=$(BSD_MAKEFLAGS) \
 	NO_WERROR=1 NOGCCERROR=1 \
         NOSHARED=NO NO_SHARED=NO NO_PROFILE=1 DESTDIR=$(DESTDIR) \
+	SHLIB_MAJOR=0 \
 	bmake \
-	SHLIB_MAJOR=0 \
 	$(NULL)
 PMAKE = \
 	CFLAGS="$(CFLAGS)" \




More information about the Glibc-bsd-commits mailing list