[maemo-commits] [maemo-commits] r9916 - projects/haf/trunk/apt/buildlib
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Thu Feb 15 17:44:35 EET 2007
- Previous message: [maemo-commits] r9914 - in projects/haf/branches/maemo-af-desktop/hildon-desktop: . libhildondesktop
- Next message: [maemo-commits] r9917 - projects/haf/trunk/apt
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: marivoll Date: 2007-02-15 17:44:34 +0200 (Thu, 15 Feb 2007) New Revision: 9916 Modified: projects/haf/trunk/apt/buildlib/environment.mak.in Log: * buildlib/environment.mak.in: Also build shared libraries on gnueabi platforms such as the armel architecture. Modified: projects/haf/trunk/apt/buildlib/environment.mak.in =================================================================== --- projects/haf/trunk/apt/buildlib/environment.mak.in 2007-02-15 15:20:25 UTC (rev 9915) +++ projects/haf/trunk/apt/buildlib/environment.mak.in 2007-02-15 15:44:34 UTC (rev 9916) @@ -62,7 +62,7 @@ # Shared library things HOST_OS = @host_os@ -ifneq ($(words $(filter linux-gnu gnu% %gnu,$(HOST_OS))),0) +ifneq ($(words $(filter linux-gnu gnu% %gnu %gnueabi,$(HOST_OS))),0) SONAME_MAGIC=-Wl,-soname -Wl, LFLAGS_SO= else
- Previous message: [maemo-commits] r9914 - in projects/haf/branches/maemo-af-desktop/hildon-desktop: . libhildondesktop
- Next message: [maemo-commits] r9917 - projects/haf/trunk/apt
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]