diff options
author | Daniel Mack <github@zonque.org> | 2015-06-03 18:01:21 +0200 |
---|---|---|
committer | Daniel Mack <github@zonque.org> | 2015-06-03 18:01:21 +0200 |
commit | 75db28c8f2a874d74579eb08ebce78fa0290277c (patch) | |
tree | eece45d41a0dad4a2ead4897c76a5c0b96b65b86 /autogen.sh | |
parent | 2b4919a68cf826efbe939291e6dc4f08e824dc41 (diff) | |
parent | e013d21b6218011c99dbbcd4c61fc73a24490a94 (diff) |
Merge pull request #55 from filbranden/rootprefix_empty1
Fix --with-rootprefix= (empty) with a workaround for now.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh index 3027f83153..2d4acdfef1 100755 --- a/autogen.sh +++ b/autogen.sh @@ -47,7 +47,7 @@ fi if [ ! -L /bin ]; then args="$args \ ---with-rootprefix= \ +--with-rootprefix=/ \ --with-rootlibdir=$(libdir /lib) \ " fi |