Changeset 2133

Show
Ignore:
Timestamp:
06/12/07 14:37:45
Author:
pvanhoof
Message:

Patch from vivek

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/debian/rules.maemo

    r1883 r2133  
    2929 
    3030config.status: 
    31         if [ ! -x configure ]; then ./autogen.sh --with-platform=maemo; fi 
     31        if [ ! -x configure ]; then ./autogen.sh --with-platform=maemo --with-ssl=openssl; fi 
    3232        dh_testdir 
    3333        # Add here commands to configure the package. 
    34         CFLAGS="$(CFLAGS)" ./configure --with-platform=maemo --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --sysconfdir=/etc --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info 
     34        CFLAGS="$(CFLAGS)" ./configure --with-platform=maemo --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --with-ssl=openssl --sysconfdir=/etc --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info 
    3535 
    3636