Commit f7a8461b authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

contrib: force dataroot, include and lib directory as we want them

This overrides any autotools site configuration.
parent 63dfea6d
......@@ -254,6 +254,9 @@ endif
# Common helpers
#
HOSTCONF := --prefix="$(PREFIX)"
HOSTCONF += --datarootdir="$(PREFIX)/share"
HOSTCONF += --includedir="$(PREFIX)/include"
HOSTCONF += --libdir="$(PREFIX)/lib"
HOSTCONF += --build="$(BUILD)" --host="$(HOST)" --target="$(HOST)"
HOSTCONF += --program-prefix=""
# libtool stuff:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment