diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-11-11 20:59:59 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-11-11 20:59:59 +0100 |
commit | 68f67458e8e92594227640b8dca1526646d09f87 (patch) | |
tree | 610285c36e685e428ba0ec6e6765f7fe3da868a2 /package | |
parent | 7fa1799e3e3efeb3047af718839eb90c121af020 (diff) |
use bison-host and flex-host
Diffstat (limited to 'package')
-rw-r--r-- | package/bison/Makefile | 6 | ||||
-rw-r--r-- | package/heimdal/Makefile | 2 | ||||
-rw-r--r-- | package/krb5/Makefile | 2 | ||||
-rw-r--r-- | package/libpcap/Makefile | 3 | ||||
-rw-r--r-- | package/pcmciautils/Makefile | 2 |
5 files changed, 10 insertions, 5 deletions
diff --git a/package/bison/Makefile b/package/bison/Makefile index 5bc18eae0..aaef1b631 100644 --- a/package/bison/Makefile +++ b/package/bison/Makefile @@ -12,11 +12,14 @@ PKG_SECTION:= lang PKG_URL:= http://www.gnu.org/software/bison/ PKG_SITES:= ${MASTER_SITE_GNU:=${PKG_NAME}/} +include ${TOPDIR}/mk/host.mk include ${TOPDIR}/mk/package.mk +$(eval $(call HOST_template,BISON,bison,${PKG_VERSION}-${PKG_RELEASE})) $(eval $(call PKG_template,BISON,bison,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) -XAKE_FLAGS+= M4=m4 +HOST_STYLE:= auto +#XAKE_FLAGS+= M4=m4 bison-install: ${INSTALL_DIR} ${IDIR_BISON}/usr/bin ${IDIR_BISON}/usr/share/bison @@ -24,4 +27,5 @@ bison-install: ${CP} ${WRKINST}/usr/share/bison/* ${IDIR_BISON}/usr/share/bison $(CP) ./files/yacc ${IDIR_BISON}/usr/bin +include ${TOPDIR}/mk/host-bottom.mk include ${TOPDIR}/mk/pkg-bottom.mk diff --git a/package/heimdal/Makefile b/package/heimdal/Makefile index a39c76bf7..4d40c3d91 100644 --- a/package/heimdal/Makefile +++ b/package/heimdal/Makefile @@ -9,7 +9,7 @@ PKG_RELEASE:= 2 PKG_MD5SUM:= bb23d9dbdafd395d816f7abc598481a1 PKG_DESCR:= Kerberos 5 server PKG_SECTION:= crypto -PKG_BUILDDEP:= openssl ncurses e2fsprogs readline +PKG_BUILDDEP:= openssl ncurses e2fsprogs readline bison-host PKG_DEPENDS:= libheimdal libncurses libcom-err libreadline libopenssl PKG_URL:= http://www.h5l.org/ PKG_SITES:= http://www.h5l.org/dist/src/ diff --git a/package/krb5/Makefile b/package/krb5/Makefile index 21aa9b8aa..c20a09ce5 100644 --- a/package/krb5/Makefile +++ b/package/krb5/Makefile @@ -11,7 +11,7 @@ PKG_DESCR:= MIT kerberos server PKG_SECTION:= crypto PKG_DEPENDS:= libkrb5 libncurses libss libcom-err keyutils PKG_DEPENDS+= libpthread -PKG_BUILDDEP:= ncurses e2fsprogs gettext-tiny +PKG_BUILDDEP:= ncurses e2fsprogs gettext-tiny bison-host PKG_URL:= http://web.mit.edu/kerberos/ PKG_SITES:= http://web.mit.edu/kerberos/dist/krb5/1.11/ PKG_NOPARALLEL:= 1 diff --git a/package/libpcap/Makefile b/package/libpcap/Makefile index e60207523..7a7507a06 100644 --- a/package/libpcap/Makefile +++ b/package/libpcap/Makefile @@ -9,6 +9,7 @@ PKG_RELEASE:= 2 PKG_MD5SUM:= f78455a92622b7a3c05c58b6ad1cec7e PKG_DESCR:= a low-level packet capture library PKG_SECTION:= libs +PKG_BUILDDEP:= flex-host bison-host PKG_URL:= http://www.tcpdump.org/ PKG_SITES:= http://www.tcpdump.org/release/ PKG_OPTS:= dev @@ -34,7 +35,7 @@ CONFIGURE_ARGS+= --enable-ipv6 else CONFIGURE_ARGS+= --disable-ipv6 endif -XAKE_FLAGS+= M4=m4 +#XAKE_FLAGS+= M4=m4 libpcap-install: ${INSTALL_DIR} ${IDIR_LIBPCAP}/usr/lib diff --git a/package/pcmciautils/Makefile b/package/pcmciautils/Makefile index 2f5e91961..1cec54440 100644 --- a/package/pcmciautils/Makefile +++ b/package/pcmciautils/Makefile @@ -9,7 +9,7 @@ PKG_RELEASE:= 1 PKG_MD5SUM:= 3c388cb559975b37a75cb5965e9800a9 PKG_DESCR:= Utilities for PCMCIA subsystem PKG_SECTION:= utils -PKG_BUILDDEP:= sysfsutils +PKG_BUILDDEP:= sysfsutils bison-host flex-host PKG_URL:= http://www.kernel.org/pub/linux/utils/kernel/pcmcia/pcmcia.html PKG_SITES:= http://www.kernel.org/pub/linux/utils/kernel/pcmcia/ |