Browse Source

gettext-stub: fixed 64bit builds by adding '-fPIC'

stable/0.2
Christian Wiese 13 years ago
parent
commit
81c0985792
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      base/gettext-stub/gettext-stub.conf

+ 1
- 1
base/gettext-stub/gettext-stub.conf

@ -15,7 +15,7 @@
makeopt=''
makeinstopt=''
hook_add inmake 5 "$CC -shared -o libintl.so libintl-stub.c"
hook_add inmake 5 "$CC -shared -fPIC -o libintl.so libintl-stub.c"
# function to install gettext-stub
gettext_stub_install() {

Loading…
Cancel
Save