diff options
author | Michael Zuo <muh.muhten@gmail.com> | 2015-12-30 02:25:19 -0500 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-01-06 14:24:17 +0000 |
commit | eb8930ed66e4ff4996d3da428f4c7b73fbf8c1fa (patch) | |
tree | fe35330a1082339e5b4ed0222f2d5eaa7ffee38c /main | |
parent | a5e8f4fc2e5a5bb409ba3b742eecc0bbdb2dfcda (diff) | |
download | aports-eb8930ed66e4ff4996d3da428f4c7b73fbf8c1fa.tar.bz2 aports-eb8930ed66e4ff4996d3da428f4c7b73fbf8c1fa.tar.xz |
main/freeswitch: remove options=!configsub
options=!configsub does nothing as of abuild cbee419, superseded by
update_config_sub. No functional changes.
Diffstat (limited to 'main')
-rw-r--r-- | main/freeswitch/APKBUILD | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/main/freeswitch/APKBUILD b/main/freeswitch/APKBUILD index e3037b5bd9..c296390dbf 100644 --- a/main/freeswitch/APKBUILD +++ b/main/freeswitch/APKBUILD @@ -10,7 +10,6 @@ arch="all" license="GPL" depends="" pkgusers="freeswitch" -options="!configsub" pkggroups="freeswitch" makedepends=" bash |