From f890bd467071ff6b30bd699d53ac36c702897005 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Thu, 24 Jul 2014 18:08:12 -0400 Subject: Add binary packages --- (limited to 'build') diff --git a/build b/build index dd90713..b251c4b 100755 --- a/build +++ b/build @@ -12,6 +12,13 @@ build: install: build oh-autoinstall + # XXX: libpng12-config is an architecture-dependent file in an + # architecture-independent path. Some package build systems may need + # this script, but they should probably just be patched to use + # pkg-config instead. + rm dest/usr/bin/libpng*-config + rm dest/usr/lib/$(OPK_HOST_ARCH)/libpng*.la + rm dest/usr/lib/$(OPK_HOST_ARCH)/libpng.so.3* oh-fixperms oh-strip -k oh-installfiles -- cgit v0.9.1