]> git.proxmox.com Git - mirror_edk2.git/commit
UnixPkg: Fix build for Linux
authorjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
Sat, 5 Mar 2011 08:08:47 +0000 (08:08 +0000)
committerjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
Sat, 5 Mar 2011 08:08:47 +0000 (08:08 +0000)
commit692477d411ec4e489caa04308ab6ed12edb3646d
treea3650c669a7e91f9dbb07c0e7fe8edc7b9b00ce9
parent2dcef689963d9f975b0d792e677c2d43cf3cc995
UnixPkg: Fix build for Linux

UnixPkg/UnixSnpDxe is currently BSD/OS X specific.
Therefore we only build it if "-D NETWORK_SUPPORT"
is used on the build command line.

UnixPkg/build.sh and UnixPkg/build64.sh are updated to
automatically define NETWORK_SUPPORT if building on OS X.

<net/if_dl.h> and <net/bpf.h> are also only included in
UnixPkg/Include/Common/UnixInclude.h if __APPLE__ is defined.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11346 6f19259b-4bc3-4df7-8a09-765794883524
UnixPkg/Include/Common/UnixInclude.h
UnixPkg/Sec/X64/MangleGasket.S
UnixPkg/UnixPkg.dsc
UnixPkg/UnixPkg.fdf
UnixPkg/UnixPkgX64.dsc
UnixPkg/UnixPkgX64.fdf
UnixPkg/build.sh
UnixPkg/build64.sh