diff options
Diffstat (limited to 'development/adms/adms.SlackBuild')
-rw-r--r-- | development/adms/adms.SlackBuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/development/adms/adms.SlackBuild b/development/adms/adms.SlackBuild index 05b077f97953..64a7f436a19a 100644 --- a/development/adms/adms.SlackBuild +++ b/development/adms/adms.SlackBuild @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=adms -VERSION=${VERSION:-2.3.6} +VERSION=${VERSION:-2.3.7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} SRCNAME=ADMS-release @@ -73,7 +73,6 @@ find -L . \ CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ - --enable-maintainer-mode \ --prefix=/usr \ --mandir=/usr/man \ --disable-static \ |