diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-07-03 07:27:25 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-07-03 07:31:03 +0000 |
commit | a9bb24ef0967369f34dd8760ce8de52d9819a6a0 (patch) | |
tree | 6933a4442f89b76706653c5f96caca56eb0ca8b7 /main/mplayer | |
parent | fd641092f593d069b998a466b54b882d9c8d7910 (diff) | |
download | aports-a9bb24ef0967369f34dd8760ce8de52d9819a6a0.tar.bz2 aports-a9bb24ef0967369f34dd8760ce8de52d9819a6a0.tar.xz |
main/<various>: build fix for GCC_SPECS
should not include the full path
Diffstat (limited to 'main/mplayer')
-rw-r--r-- | main/mplayer/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/mplayer/APKBUILD b/main/mplayer/APKBUILD index d55b50c50..668b38e5f 100644 --- a/main/mplayer/APKBUILD +++ b/main/mplayer/APKBUILD @@ -30,7 +30,7 @@ prepare() { build() { cd "$_builddir" - export GCC_SPECS=/usr/share/gcc/hardenednopie.specs + export GCC_SPECS=hardenednopie.specs ./configure --prefix=/usr \ --disable-gui \ --disable-gif \ |