summaryrefslogtreecommitdiffstats
path: root/package/libglib12/libglib12.mk
Commit message (Collapse)AuthorAgeFilesLines
* - use more portable flags for cpBernhard Reutner-Fischer2007-01-211-6/+6
|
* fixup a whole steaming pile of insanity. When packages are configured,Eric Andersen2007-01-141-6/+7
| | | | | | | | | | | | | they should be configured with --prefix=/usr and we then need to use make DESTDIR=$(STAGING_DIR) install to get things installed into the staging directory. The current situation for many packages, which use --prefix=$(STAGING_DIR) results in the staging_dir paths getting compiled into the binary itself. This also adds in a pile of libtool fixups. Between broken pkgconfig, broken libtool handling, and broken --prefix settings, its a wonder things have worked as well as they have up till now. -Erik
* use cannonical source locationEric Andersen2006-10-091-1/+1
|
* - use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ↵Bernhard Reutner-Fischer2006-10-011-1/+1
| | | | | | not exist; Closes #971 Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in)
* fix big/little endianPeter Korsgaard2006-09-191-0/+6
|
* change paths so glib-config uses the correct path forEric Andersen2006-07-181-0/+2
| | | | the cross compiled libglib and include files
* fix url, fixup compile and installEric Andersen2006-07-101-8/+12
|
* remove extra space after touchMike Frysinger2005-11-241-1/+1
|
* fix shared library buildingMike Frysinger2005-09-081-5/+6
|
* be a bit more consistant with naming, always escape wildcardsEric Andersen2005-06-241-1/+1
|
* - glib1 does not build a .soNed Ludd2005-04-081-2/+2
|
* There is no need to have a separate 'Makefile.in' file in theEric Andersen2005-02-101-0/+8
| | | | | general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file
* Update a few packagesEric Andersen2004-10-141-2/+1
|
* Make the TAR_VERBOSITY option a bit more saneEric Andersen2004-10-091-1/+1
|
* Thomas Lundquist: patch the right dirMike Frysinger2004-10-091-1/+1
|
* use $(TAR_VERBOSITY)Mike Frysinger2004-10-091-1/+1
|
* facelift step number twoEric Andersen2004-10-091-2/+2
|
* Remove the old 'make' directory, and populate the new 'package'Eric Andersen2004-10-091-0/+79
directory.