Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Sat, 6 Aug 2011 18:28:03 +0200
From: Szabolcs Nagy <nsz@...t70.net>
To: musl@...ts.openwall.com
Subject: Re: musl path

* nicolas@...lier-web.com <nicolas@...lier-web.com> [2011-08-06 17:44:52 +0200]:
> First, is it possible to add to the config.mak file the possibility to
> change the includedir path ?
> For example, i want to install the libraries on /lib and the headers on
> /usr/include, and i had to add manually this entry to the config.mak
> file...
> 
> Secondly, is it possible to remove properly the musl-gcc wrapper ?
> I don't need it ;)

config.mak is included after all  variable declarations in the Makefile
so you can freely change those variables in config.mak

eg:

prefix=we_dont_use_prefix_at_all
includedir=/usr/include
libdir=/lib
ALL_TOOLS=

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.