diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-06-14 09:41:06 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-06-14 09:41:06 +0000 |
commit | efdd2f10f531c1f326092cf2bf2babbf79301356 (patch) | |
tree | fb756f53f1bf328404f4b1775fe424da9faaf737 /test | |
parent | 8b317678e3a440ccbb3534cc531ccc788d0aa490 (diff) | |
download | apk-tools-efdd2f10f531c1f326092cf2bf2babbf79301356.tar.gz apk-tools-efdd2f10f531c1f326092cf2bf2babbf79301356.tar.bz2 apk-tools-efdd2f10f531c1f326092cf2bf2babbf79301356.tar.xz apk-tools-efdd2f10f531c1f326092cf2bf2babbf79301356.zip |
Makefile: Don't build or install the libapk and lua module by default
Make the libapk and lua module optional at buildtime and off by default.
This is because enabling libapk requires that mkinitfs also copies the
libapk.so or the initramfs will not work.
To build libapk:
make LIBAPK=yes
To build lua module (will enable LIBAPK=yes):
make LUAAPK
To link apk to libapk (will enable LIBAPK=yes):
make SHARED_LIBAPK=yes
All the above applies to make install target as well.
Diffstat (limited to 'test')
0 files changed, 0 insertions, 0 deletions