gcc: pass --enable-shared, otherwise shared libs won't be built!
--HG-- extra : convert_revision : e95fdba46e497f27d316bbbdc92a41af27c15daa
This commit is contained in:
parent
8ecff4f092
commit
b4d5150542
|
@ -10,7 +10,7 @@ configure_args="--enable-clocale=gnu --disable-bootstrap
|
|||
--enable-languages=c,c++,objc,obj-c++ --enable-tls
|
||||
--with-local-prefix=$XBPS_DESTDIR/$pkgname-$version
|
||||
--with-mpfr=$XBPS_MASTERDIR/usr --with-gmp=$XBPS_MASTERDIR/usr
|
||||
--disable-rpath --with-system-zlib"
|
||||
--disable-rpath --with-system-zlib --enable-shared"
|
||||
short_desc="The GNU C Compiler suite"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=bfbf487731ad5dca37efe480a837417de071bd67e685d5c1df6a290707575165
|
||||
|
|
Loading…
Reference in New Issue
Block a user