Changeset efd2732 in freewrt for package


Ignore:
Timestamp:
Jun 26, 2007, 9:15:59 PM (18 years ago)
Author:
Thorsten Glaser <tg@…>
Children:
c2f60fd
Parents:
5a2506c
Message:

I'm somehow sorry for re-rolling the mirmake distfile, but bugs suck.
rm dl/mirmake*gz if you fell into the time hole (i.e. rebuilt within
the last hour or so)

this fixes compilation and cross-compilation much better, and also
moves the version check into make prereq

git-svn-id: svn://www.freewrt.org/trunk/freewrt@2950 afb5a338-a214-0410-bd46-81f09a774fd1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • package/openssl/Makefile

    r5a2506c refd2732  
    4141endif
    4242
    43 pre-configure:
    44         x=$$(${BSDMAKE} -f /dev/null ___DISPLAY_MAKEVARS=_MIRMAKE_VER); \
    45         ([[ $$x < 20070626 ]] && { \
    46                 echo >&2 'Error: your mirmake is too old!'; \
    47                 false; \
    48         } || :)
    49 
    5043post-install:
    5144        cd ${WRKSRC}/tinclude && ${PCP} openssl ${WRKINST}/usr/include/
Note: See TracChangeset for help on using the changeset viewer.