diff options
| author | Cory Fields <[email protected]> | 2015-01-02 19:31:04 -0500 |
|---|---|---|
| committer | Cory Fields <[email protected]> | 2015-01-02 19:31:07 -0500 |
| commit | 4caad26ba1230a26f45f3c0279a24617ec809bab (patch) | |
| tree | 2f19940d448245d069c0d98f163573ac18ffcde4 /depends/packages/native_libuuid.mk | |
| parent | build: osx builders no longer need 32bit compiler support (diff) | |
| download | discoin-4caad26ba1230a26f45f3c0279a24617ec809bab.tar.xz discoin-4caad26ba1230a26f45f3c0279a24617ec809bab.zip | |
depends: bump cctools to a custom version with less deps
This one no longer requires native libuuid or libcrypto
Diffstat (limited to 'depends/packages/native_libuuid.mk')
| -rw-r--r-- | depends/packages/native_libuuid.mk | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/depends/packages/native_libuuid.mk b/depends/packages/native_libuuid.mk deleted file mode 100644 index 741eabfe8..000000000 --- a/depends/packages/native_libuuid.mk +++ /dev/null @@ -1,21 +0,0 @@ -package:=native_libuuid -$(package)_version=1.41.14 -$(package)_download_path=http://downloads.sourceforge.net/e2fsprogs -$(package)_file_name=e2fsprogs-libs-$($(package)_version).tar.gz -$(package)_sha256_hash=dbc7a138a3218d9b80a0626b5b692d76934d6746d8cbb762751be33785d8d9f5 - -define $(package)_set_vars -$(package)_config_opts=--disable-elf-shlibs --disable-uuidd -endef - -define $(package)_config_cmds - $($(package)_autoconf) -endef - -define $(package)_build_cmds - $(MAKE) -C lib/uuid -endef - -define $(package)_stage_cmds - $(MAKE) DESTDIR=$($(package)_staging_dir) -C lib/uuid install -endef |