[Glibc-bsd-commits] r5225 - trunk/freebsd-utils/debian
rmh at alioth.debian.org
rmh at alioth.debian.org
Sat Dec 7 23:15:06 UTC 2013
Author: rmh
Date: 2013-12-07 23:15:06 +0000 (Sat, 07 Dec 2013)
New Revision: 5225
Modified:
trunk/freebsd-utils/debian/changelog
trunk/freebsd-utils/debian/rules
Log:
Build udeb with -DWITHOUT_IPX_SUPPORT (for ifconfig)
Modified: trunk/freebsd-utils/debian/changelog
===================================================================
--- trunk/freebsd-utils/debian/changelog 2013-12-07 22:58:08 UTC (rev 5224)
+++ trunk/freebsd-utils/debian/changelog 2013-12-07 23:15:06 UTC (rev 5225)
@@ -5,6 +5,7 @@
* Split udeb build from normal build, using a separate objdir by means
of MAKEOBJDIRPREFIX. This allows us to:
- Optimize udeb build for size (-Os).
+ - Build udeb with -DWITHOUT_IPX_SUPPORT (for ifconfig).
- Restrict -DWITHOUT_JAIL only to udeb build. This effectively brings
back jail support to ifconfig.
- As a side requirement, source code is moved to src/ directory to
Modified: trunk/freebsd-utils/debian/rules
===================================================================
--- trunk/freebsd-utils/debian/rules 2013-12-07 22:58:08 UTC (rev 5224)
+++ trunk/freebsd-utils/debian/rules 2013-12-07 23:15:06 UTC (rev 5225)
@@ -52,7 +52,11 @@
CFLAGS="$(CFLAGS) -Os" \
NO_WERROR=1 NOGCCERROR=1 NOSHARED=NO NO_SHARED=NO \
DESTDIR="$(DESTDIR)-udeb" \
- make -C src $(PMAKE_FLAGS) -DRESCUE=yes -DWITHOUT_JAIL
+ make -C src $(PMAKE_FLAGS) \
+ -DRESCUE=yes \
+ -DWITHOUT_JAIL \
+ -DWITHOUT_IPX_SUPPORT \
+ $(NULL)
# for ppp
PMAKE_FLAGS += -DPPP_NO_PAM -DPPP_NO_NAT -DPPP_NO_DES -DPPP_NO_SUID -DPPP_NO_ATM -DPPP_NO_RADIUS
More information about the Glibc-bsd-commits
mailing list