Changeset 2160
- Timestamp:
- 06/14/07 10:10:46
- Files:
-
- trunk/debian/rules.maemo (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/debian/rules.maemo
r2133 r2160 32 32 dh_testdir 33 33 # 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 --with-ssl=openssl --sysconfdir=/etc --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info34 CFLAGS="$(CFLAGS) -fPIC" ./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 35 35 36 36
