Ignore:
Timestamp:
Oct 30, 2013, 4:53:02 PM (10 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
e2202ee4bfb3235cfdcca62732bb001f5dbcf2a3
Parents:
97a3b29af19d9306f2a6faa7827929ad6afeb992
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-10-30 16:53:02+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-10-30 18:50:28+01:00
Message:
Don't use -release PKG_VER for all libraries
File:
1 edited

Legend:

Unmodified
Added
Removed
  • dyn_modules/callpolymake/Makefile.am

    r97a3b2 r17bdb2  
    1212POLYMAKE_CFLAGS = -fexceptions -frtti
    1313
    14 AM_LDFLAGS      = -release ${PACKAGE_VERSION} ${PM_LDFLAGS}
    15 
     14AM_LDFLAGS      = ${PM_LDFLAGS}
     15# -release ${PACKAGE_VERSION}
     16 
    1617SOURCES = polymake_conversion.cc polymake_documentation.cc polymake_wrapper.cc
    1718
Note: See TracChangeset for help on using the changeset viewer.