Page MenuHomeFreeBSD

Fix compiling -DWITH_INFO on versions of FreeBSD without bsd.mkopt.mk
ActivePublic

Authored by ngie on Jan 10 2015, 4:51 AM.
Index: Makefile.inc1
===================================================================
--- Makefile.inc1 (revision 276903)
+++ Makefile.inc1 (working copy)
@@ -246,7 +246,7 @@
DESTDIR= \
BOOTSTRAPPING=${OSRELDATE} \
SSP_CFLAGS= \
- -DWITHOUT_HTML -DWITHOUT_INFO -DNO_LINT -DWITHOUT_MAN \
+ -DWITHOUT_HTML -DNO_INFO -DNO_LINT -DNO_MAN \
-DNO_PIC -DNO_PROFILE -DNO_SHARED \
_BOOTSTRAP_MAKEINFO=${_BOOTSTRAP_MAKEINFO} \
-DNO_CPU_CFLAGS -DNO_WARNS -DNO_CTF -DEARLY_BUILD -DNO_TESTS
Index: share/mk/bsd.own.mk
===================================================================
--- share/mk/bsd.own.mk (revision 276903)
+++ share/mk/bsd.own.mk (working copy)
@@ -225,6 +225,7 @@
.for var in \
CTF \
DEBUG_FILES \
+ INFO \
INSTALLLIB \
MAN \
PROFILE

Event Timeline

ngie changed the title of this paste from untitled to Fix compiling WITH_INFO on versions of FreeBSD without bsd.mkopt.mk.
ngie updated the paste's language from autodetect to autodetect.
ngie changed the title of this paste from Fix compiling WITH_INFO on versions of FreeBSD without bsd.mkopt.mk to Fix compiling -DWITH_INFO on versions of FreeBSD without bsd.mkopt.mk.