diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2014-10-01 21:46:36 +0200 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-10-01 21:46:36 +0200 |
| commit | 8f174fcc34b924fa28eb71dc1e34ba1c0d278662 (patch) | |
| tree | fe7f0b268d12b57cb78f77ade380fdf6666e9468 /package/dillo | |
| parent | ea41415863c0d1cf7526b176766d6562b6a13a1e (diff) | |
| parent | 7f156ad1610b0673634198f3fb0adf3d6c4f5b4b (diff) | |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/dillo')
| -rw-r--r-- | package/dillo/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/dillo/Makefile b/package/dillo/Makefile index ef8323909..4b0abd5d9 100644 --- a/package/dillo/Makefile +++ b/package/dillo/Makefile @@ -27,8 +27,9 @@ $(eval $(call PKG_template,DILLO,dillo,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPEN CONFIGURE_ENV+= PNG_CONFIG=$(STAGING_TARGET_DIR)/scripts/libpng-config CONFIGURE_ARGS+= --enable-ssl +XAKE_FLAGS+= GCC_HONOUR_COPTS=s -post-install: +dillo-install: $(INSTALL_DIR) $(IDIR_DILLO)/etc/dillo $(INSTALL_DATA) $(WRKINST)/etc/dillo/* $(IDIR_DILLO)/etc/dillo $(INSTALL_DIR) $(IDIR_DILLO)/usr/bin $(IDIR_DILLO)/usr/lib/dillo |
