blob: 983ff296f61f08f1b326d4cf76291d52bdd06941 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
--- configure.orig 2004-06-14 20:24:44 UTC
+++ configure
@@ -1737,6 +1737,7 @@ fi
echo; echo "Configuring resid..."
cd "$pwd/resid"
if ! eval ./configure $ac_configure_args \
+--with-pic \
--disable-resid-install;
then
exit
@@ -1745,6 +1746,7 @@ fi
echo; echo "Configuring resid-builder..."
cd $pwd/builders/resid-builder
if ! eval ./configure $ac_configure_args \
+--with-pic \
--with-sidplay2-includes=$pwd/libsidplay/include \
--with-sidplay2-library=$pwd/libsidplay/src \
--with-resid-includes=$pwd/resid \
|